Category:Vim Script: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (Removed template "Unimpl Page" + minor changes)
Line 1: Line 1:
{{stub}}
{{language}}
Vim Script is the language for editing the popular [http://www.vim.org/ Vim text editor]. It is also sometimes called VimL. It is the 13th most popular language on [https://github.com/languages/VimL GitHub].
Vim Script is the language for editing the popular [http://www.vim.org/ Vim text editor]. It is also sometimes called VimL. It is the 13th most popular language on [https://github.com/languages/VimL GitHub].
{{unimpl_Page|Vim_Script}}


== External Links ==
== External Links ==
* [http://www.vim.org Vim.org] - Official Site]
* [http://www.vim.org vim.org] - official site
* [http://www.vim.org/scripts/ Vim's script repository]
* [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://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]
* [http://learnvimscriptthehardway.stevelosh.com/ Learn Vimscript the Hard Way] - an online book for learning Vim Script

{{stub}}{{language}}

Revision as of 16:24, 10 March 2014

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Vim Script
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Vim Script.

Vim Script is the language for editing the popular Vim text editor. It is also sometimes called VimL. It is the 13th most popular language on GitHub.

External Links