1
0
forked from aniani/vim
Files
vim/runtime/plugin/README.txt

16 lines
554 B
Plaintext
Raw Normal View History

2004-06-13 20:20:40 +00:00
The plugin directory is for standard Vim plugin scripts.
All files here ending in .vim will be sourced by Vim when it starts up.
Standard plugins:
gzip.vim edit compressed files
2005-01-25 22:03:25 +00:00
netrw.vim edit files over a network and browse (remote) directories
2004-06-13 20:20:40 +00:00
rrhelper.vim used for --remote-wait editing
2005-01-25 22:03:25 +00:00
tar.vim edit (compressed) tar files
tohtml.vim convert a file with syntax highlighting to HTML
2006-03-20 21:55:45 +00:00
vimball.vim create and unpack .vba files
2005-01-25 22:03:25 +00:00
Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
taken over browsing directories (also over ftp).