comparison runtime/doc/usr_05.txt @ 800:d8f905020502 v7.0b

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:46:53 +0000
parents f43150a669dc
children 9f345c48220b
comparison
equal deleted inserted replaced
799:6beb2c667935 800:d8f905020502
1 *usr_05.txt* For Vim version 7.0aa. Last change: 2005 Oct 04 1 *usr_05.txt* For Vim version 7.0b. Last change: 2006 Mar 24
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Set your settings 5 Set your settings
6 6
298 GETTING A GLOBAL PLUGIN 298 GETTING A GLOBAL PLUGIN
299 299
300 Where can you find plugins? 300 Where can you find plugins?
301 - Some come with Vim. You can find them in the directory $VIMRUNTIME/macros 301 - Some come with Vim. You can find them in the directory $VIMRUNTIME/macros
302 and its sub-directories. 302 and its sub-directories.
303 - Download from the net, check out http://vim.sf.net. 303 - Download from the net. There is a large collection on http://www.vim.org.
304 - They are sometimes posted in a Vim |maillist|. 304 - They are sometimes posted in a Vim |maillist|.
305 - You could write one yourself, see |write-plugin|. 305 - You could write one yourself, see |write-plugin|.
306
307 Some plugins come as a vimball archive, see |vimball|.
308 Some plugins can be updated automatically, see |getscript|.
306 309
307 310
308 USING A GLOBAL PLUGIN 311 USING A GLOBAL PLUGIN
309 312
310 First read the text in the plugin itself to check for any special conditions. 313 First read the text in the plugin itself to check for any special conditions.