comparison runtime/doc/usr_05.txt @ 541:3e19ea54eb07

updated for version 7.0153
author vimboss
date Mon, 03 Oct 2005 22:04:08 +0000
parents 8b0ee9d57d7f
children f43150a669dc
comparison
equal deleted inserted replaced
540:2df7f3a5eb96 541:3e19ea54eb07
1 *usr_05.txt* For Vim version 7.0aa. Last change: 2005 Feb 08 1 *usr_05.txt* For Vim version 7.0aa. Last change: 2005 Oct 02
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
324 mkdir ~/.vim/plugin 324 mkdir ~/.vim/plugin
325 cp /usr/local/share/vim/vim60/macros/justify.vim ~/.vim/plugin 325 cp /usr/local/share/vim/vim60/macros/justify.vim ~/.vim/plugin
326 326
327 That's all! Now you can use the commands defined in this plugin to justify 327 That's all! Now you can use the commands defined in this plugin to justify
328 text. 328 text.
329
330 If your plugin directory is getting full: You can also put them subdirecties.
331 For example, use "~/.vim/plugin/perl/*.vim" for all your Perl plugins.
329 332
330 333
331 FILETYPE PLUGINS *add-filetype-plugin* *ftplugins* 334 FILETYPE PLUGINS *add-filetype-plugin* *ftplugins*
332 335
333 The Vim distribution comes with a set of plugins for different filetypes that 336 The Vim distribution comes with a set of plugins for different filetypes that