Size: 540
Comment:
|
Size: 644
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 28: | Line 28: |
* [[Vim/Script/NumberLiterals|Number Literals]] | ---- == See also == [[https://learnvimscriptthehardway.stevelosh.com/|Learn Vimscript the Hard Way]], the definitive reference for Vimscript |
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
See also
Learn Vimscript the Hard Way, the definitive reference for Vimscript