Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 1 | The plugin directory is for standard Vim plugin scripts. |
| 2 | |
| 3 | All files here ending in .vim will be sourced by Vim when it starts up. |
Bram Moolenaar | 9964e46 | 2007-05-05 17:54:07 +0000 | [diff] [blame] | 4 | Look in the file for hints on how it can be disabled without deleting it. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5 | |
Bram Moolenaar | 9964e46 | 2007-05-05 17:54:07 +0000 | [diff] [blame] | 6 | getscriptPlugin.vim get latest version of Vim scripts |
| 7 | gzip.vim edit compressed files |
Bram Moolenaar | e2db6c9 | 2015-06-19 18:48:41 +0200 | [diff] [blame] | 8 | logiPat.vim logical operators on patterns |
Bram Moolenaar | a9604e6 | 2018-07-21 05:56:22 +0200 | [diff] [blame] | 9 | manpager.vim using Vim as manpager |
Bram Moolenaar | 9964e46 | 2007-05-05 17:54:07 +0000 | [diff] [blame] | 10 | matchparen.vim highlight paren matching the one under the cursor |
| 11 | netrwPlugin.vim edit files over a network and browse (remote) directories |
| 12 | rrhelper.vim used for --remote-wait editing |
| 13 | spellfile.vim download a spellfile when it's missing |
| 14 | tarPlugin.vim edit (compressed) tar files |
| 15 | tohtml.vim convert a file with syntax highlighting to HTML |
| 16 | vimballPlugin.vim create and unpack .vba files |
| 17 | zipPlugin.vim edit zip archives |
Bram Moolenaar | 495de9c | 2005-01-25 22:03:25 +0000 | [diff] [blame] | 18 | |
| 19 | Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has |
Bram Moolenaar | 9964e46 | 2007-05-05 17:54:07 +0000 | [diff] [blame] | 20 | taken over browsing directories (also for remote directories). |
Bram Moolenaar | 495de9c | 2005-01-25 22:03:25 +0000 | [diff] [blame] | 21 | |