comparison runtime/doc/usr_05.txt @ 14372:2a4a2dc35c55

Update runtime files. commit https://github.com/vim/vim/commit/a9604e61451707b38fdcb088fbfaeea2b922fef6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 21 05:56:22 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Jul 2018 06:00:09 +0200
parents 1174611ad715
children 5c5908e81e93
comparison
equal deleted inserted replaced
14371:2fb503a18f12 14372:2a4a2dc35c55
342 342
343 343
344 GETTING A GLOBAL PLUGIN 344 GETTING A GLOBAL PLUGIN
345 345
346 Where can you find plugins? 346 Where can you find plugins?
347 - Some are always loaded, you can see them in the directory $VIMRUNTIME/plugin.
347 - Some come with Vim. You can find them in the directory $VIMRUNTIME/macros 348 - Some come with Vim. You can find them in the directory $VIMRUNTIME/macros
348 and its sub-directories. 349 and its sub-directories and under $VIM/vimfiles/pack/dist/opt/.
349 - Download from the net. There is a large collection on http://www.vim.org. 350 - Download from the net. There is a large collection on http://www.vim.org.
350 - They are sometimes posted in a Vim |maillist|. 351 - They are sometimes posted in a Vim |maillist|.
351 - You could write one yourself, see |write-plugin|. 352 - You could write one yourself, see |write-plugin|.
352 353
353 Some plugins come as a vimball archive, see |vimball|. 354 Some plugins come as a vimball archive, see |vimball|.