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. |
| 4 | |
| 5 | Standard plugins: |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6 | gzip.vim edit compressed files |
Bram Moolenaar | 495de9c | 2005-01-25 22:03:25 +0000 | [diff] [blame^] | 7 | netrw.vim edit files over a network and browse (remote) directories |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 8 | rrhelper.vim used for --remote-wait editing |
Bram Moolenaar | 495de9c | 2005-01-25 22:03:25 +0000 | [diff] [blame^] | 9 | tar.vim edit (compressed) tar files |
| 10 | tohtml.vim convert a file with syntax highlighting to HTML |
| 11 | |
| 12 | Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has |
| 13 | taken over browsing directories (also over ftp). |
| 14 | |