⇤ ← Revision 1 as of 2023-01-12 15:56:03
Size: 419
Comment:
|
Size: 490
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 21: | Line 21: |
---- == Language == * [[Vim/Script/Functions|Functions]] |
Vimscript
See also Vim9script, which is a re-engineered version of the language used in Vim 9+.
Example
With an interactive vim(1) session, try typing:
:echo "Hello, world!"
The leading colon (:) triggers command-line mode, which exposes traditional ex commands and the Vimscript REPL.