Vim Tips Wiki
(Merge in info from tips that were listed on 'Vim information')
No edit summary
Tag: Source edit
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
Information on scripts that help when working with Vim:
==Vim scripts – recent changes==
 
  +
  +
*[[Script:Best plugins selected by the IRC community|Best plugins selected by the IRC community]] plugins recommended by the [[Vim on Libera Chat|#vim community]].
  +
*[[Script:Featured scripts|Featured scripts]] overview of some useful scripts.
  +
*[[:Category:Lists of scripts|Lists of scripts]] shows all lists of scripts.
  +
  +
==Recent changes at Vim Scripts==
  +
 
'''Following are recent changes to the [http://www.vim.org/scripts Vim Scripts on vim.org]'''
 
'''Following are recent changes to the [http://www.vim.org/scripts Vim Scripts on vim.org]'''
<rss>http://feed43.com/vim-scripts.xml|charset=UTF-8|short|date|max=10</rss>
 
   
 
<rss>http://feed43.com/vim-scripts.xml|short|max=10</rss>
==Featured scripts==
 
'''Here are some Vim scripts (plugins) that may help your editing!'''
 
   
  +
''If the RSS feed failed to load, try'' [http://vim.wikia.com/wiki/Vim_scripts?action=purge ''purging the cache''].
''Proposal: Put link to script + few-line description.''
 
   
  +
==Scripts on this wiki==
''Need a link to a page giving a general overview of scripts/plugins.''
 
   
  +
Each script at [http://www.vim.org/scripts vim.org] has a link to a page on this wiki where the script can be discussed. See the [[Vim Tips Wiki:Script comment guidelines|script comment guidelines]].
Start by listing the scripts mentioned in the following (useful scripts should be listed here regardless of whether a tip also describes the script, although if all useful content from a tip is moved to here, then the tip can be deleted):
 
*[[Vim_Tips_Wiki:New_tips/200802|Some of Metacosm's tips from February 2008]].
 
*[[Vim_Tips_Wiki:New_tips/200805|Some of the new tips from May 2008]].
 
   
  +
Tips that describe or document a script are generally not useful. There are well over 2000 scripts at vim.org and many more on other sites, so outlining a significant number of scripts in separate tips would not be helpful since the information could not easily be found. In addition, any documentation for a script on this wiki will become out of date as the script is updated. The best procedure is for all documentation to be packaged with the script, with just a link and a brief description here. Readers can then scan a list of many scripts and follow the link for those that are of interest.
==Old information==
 
This section includes some information on scripts that may assist users of old versions of Vim.
 
   
  +
For historical reasons, there are some old tips that do not comply with this advice (the tip is just a description of a script on another site); in due course such tips will probably be deleted. New tips, however, must provide useful information without relying on external content. We need this approach because there are already too many tips and that makes finding useful information difficult for readers, and makes maintenance hard for editors.
===Spell checking for Vim prior to version 7===
 
Spell checking is built-in to Vim since version 7.0. For earlier versions, you can find scripts for English spell checking, as well as for other languages, at:
 
*[http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_scripts Dr Chip's links]
 
*[http://mysite.verizon.net/astronaut/vim/index.html#Spelling Dr Chip's spelling checker]
 
*[http://www.thomer.com/thomer/vi/nlspchk.vim.gz Dutch spelling checker]
 
   
  +
Anyone is welcome to add a script description to the [[Script:Featured scripts|featured tips]] list – just copy the format of another description and keep it brief.
===Corrections to scripts===
 
We do ''not'' want corrections to scripts on the Vim Tips wiki (such information cannot be verified with reasonable effort, and is valid only for specific versions and for a limited time). Instead, please notify the script maintainer so any problems can be rectified, or post to the [http://www.vim.org/maillist.php vim-dev mailing list]. The following list contains some information that may be useful, but we will delete it later.
 
*In {{script|id=168}}, there is an error in file ide.vim line 600 which is <tt>return ret;</tt> (omit the ';' to fix).
 
   
 
==See also==
 
==See also==
*[[Vim documentation]]
 
   
 
*[[Vim documentation]]
==Comments==
 
   
  +
*Add comments on the [[{{TALKPAGENAME}}|discussion page]] which includes information on scripts for old versions of Vim
 
[[Category:VimInformation]]
 
[[Category:VimInformation]]

Latest revision as of 05:12, 11 June 2021

Information on scripts that help when working with Vim:

Recent changes at Vim Scripts[]

Following are recent changes to the Vim Scripts on vim.org


If the RSS feed failed to load, try purging the cache.

Scripts on this wiki[]

Each script at vim.org has a link to a page on this wiki where the script can be discussed. See the script comment guidelines.

Tips that describe or document a script are generally not useful. There are well over 2000 scripts at vim.org and many more on other sites, so outlining a significant number of scripts in separate tips would not be helpful since the information could not easily be found. In addition, any documentation for a script on this wiki will become out of date as the script is updated. The best procedure is for all documentation to be packaged with the script, with just a link and a brief description here. Readers can then scan a list of many scripts and follow the link for those that are of interest.

For historical reasons, there are some old tips that do not comply with this advice (the tip is just a description of a script on another site); in due course such tips will probably be deleted. New tips, however, must provide useful information without relying on external content. We need this approach because there are already too many tips and that makes finding useful information difficult for readers, and makes maintenance hard for editors.

Anyone is welcome to add a script description to the featured tips list – just copy the format of another description and keep it brief.

See also[]

  • Add comments on the discussion page which includes information on scripts for old versions of Vim