Name Date Size #Lines LOC

..25-Jul-2025-

README.txtH A D25-Jul-2025976 2217

getscriptPlugin.vimH A D25-Jul-20251.4 KiB4238

gzip.vimH A D25-Jul-20253 KiB6157

logiPat.vimH A D25-Jul-202510 KiB340297

manpager.vimH A D25-Jul-2025762 3426

matchparen.vimH A D25-Jul-20257.1 KiB226203

netrwPlugin.vimH A D25-Jul-202510.5 KiB224203

rrhelper.vimH A D25-Jul-20251.4 KiB4941

spellfile.vimH A D25-Jul-2025499 1613

tarPlugin.vimH A D25-Jul-20252.3 KiB5752

tohtml.vimH A D25-Jul-202512.3 KiB223218

vimballPlugin.vimH A D25-Jul-20252.8 KiB4440

zipPlugin.vimH A D25-Jul-20252.6 KiB5751

README.txt

1The plugin directory is for standard Vim plugin scripts.
2
3All files here ending in .vim will be sourced by Vim when it starts up.
4Look in the file for hints on how it can be disabled without deleting it.
5
6getscriptPlugin.vim  get latest version of Vim scripts
7gzip.vim	     edit compressed files
8logiPat.vim	     logical operators on patterns
9manpager.vim	     using Vim as manpager
10matchparen.vim	     highlight paren matching the one under the cursor
11netrwPlugin.vim	     edit files over a network and browse (remote) directories
12rrhelper.vim	     used for --remote-wait editing
13spellfile.vim	     download a spellfile when it's missing
14tarPlugin.vim	     edit (compressed) tar files
15tohtml.vim	     convert a file with syntax highlighting to HTML
16vimballPlugin.vim    create and unpack .vba files
17zipPlugin.vim	     edit zip archives
18
19Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
20taken over browsing directories (also for remote directories).
21
22