document updated 9 years ago, on Feb 5, 2015
Vim editing
/ Ex commandsVimscript / VimL / Ex commands
- syntax
- list of builtins:
- eval-like commands
- :execute — eval a Vimscript command
- :normal — eval a string as if it were typed in normal-mode
[2]
Vim's relationship with other things