RosettaCodeData/Lang/Vim-Script/00DESCRIPTION

10 lines
541 B
Text
Raw Permalink Normal View History

2014-04-02 16:56:35 +00:00
{{stub}}
{{language}}
2015-02-20 00:35:01 -05:00
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.
2013-04-10 22:43:41 -07:00
== External Links ==
2014-04-02 16:56:35 +00:00
* [http://www.vim.org vim.org] - official site
2013-04-10 22:43:41 -07:00
* [http://www.vim.org/scripts/ Vim's script repository]
2014-04-02 16:56:35 +00:00
* [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