RosettaCodeData/Lang/Vim-Script/00DESCRIPTION
2015-02-20 00:35:01 -05:00

10 lines
No EOL
541 B
Text

{{stub}}
{{language}}
Vim Script is the language for scripting the popular [http://www.vim.org/ Vim text editor] ( a [[Vi|Vi-clone]] ).<br>
It is also sometimes called VimL.
== External Links ==
* [http://www.vim.org vim.org] - official site
* [http://www.vim.org/scripts/ Vim's script repository]
* [http://vimdoc.sourceforge.net/htmldoc/usr_41.html "Write a Vim Script"] - intro to Vim Script in the Vim documentation
* [http://learnvimscriptthehardway.stevelosh.com/ Learn Vimscript the Hard Way] - an online book for learning Vim Script