Vim script
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{DISPLAYTITLE:vim script}} {{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|vim}} }} '''vim script''' is the scripting language for the vim ...") |
(add vim9 script) |
||
Line 5: | Line 5: | ||
|extensions={{ext|vim}} | |extensions={{ext|vim}} | ||
}} | }} | ||
− | '''vim script''' is the scripting language for the vim text editor. | + | '''vim script''' (or vimscript) is the scripting language for the vim text editor. A backwards-incompatible version, vim9 script or vim9script, was released in June 2022 [https://www.vim.org/vim90.php]. |
== Documentation == | == Documentation == | ||
Line 15: | Line 15: | ||
== Links == | == Links == | ||
* [http://www.vim.org/ Official vim site] | * [http://www.vim.org/ Official vim site] | ||
+ | * [https://groups.google.com/g/vim_announce/c/2XYAoPL2sqg vim9 script announcement] | ||
+ | * [https://www.vim.org/vim90.php vim9 script release] |
Latest revision as of 12:43, 22 July 2022
vim script (or vimscript) is the scripting language for the vim text editor. A backwards-incompatible version, vim9 script or vim9script, was released in June 2022 [1].