Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2023-01-13 05:18:07
Size: 490
Comment:
Revision 4 as of 2023-01-13 05:45:41
Size: 490
Comment:
No differences found!

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.


Language


CategoryRicottone

Vim/Script (last edited 2023-01-13 05:48:33 by DominicRicottone)