• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..30-Apr-201459

ada.vimH A D31-Aug-200921.9 KiB

adacomplete.vimH A D31-Aug-20093.6 KiB

ccomplete.vimH A D08-Sep-201016.5 KiB

csscomplete.vimH A D31-Aug-200915.5 KiB

decada.vimH A D31-Aug-20092.9 KiB

getscript.vimH A D08-Sep-201023.2 KiB

gnat.vimH A D31-Aug-20095.2 KiB

gzip.vimH A D31-Aug-20096 KiB

htmlcomplete.vimH A D31-Aug-200923.7 KiB

javascriptcomplete.vimH A D31-Aug-200926.4 KiB

netrw.vimH A D08-Sep-2010330.8 KiB

netrwFileHandlers.vimH A D08-Sep-20109.9 KiB

netrwSettings.vimH A D08-Sep-20108.5 KiB

paste.vimH A D31-Aug-20091.2 KiB

phpcomplete.vimH A D31-Aug-2009286.8 KiB

python3complete.vimH A D08-Sep-201021 KiB

pythoncomplete.vimH A D08-Sep-201021.5 KiB

README.txtH A D31-Aug-2009773

rubycomplete.vimH A D08-Sep-201022.9 KiB

spellfile.vimH A D08-Sep-20106 KiB

sqlcomplete.vimH A D08-Sep-201029.5 KiB

syntaxcomplete.vimH A D08-Sep-201016.4 KiB

tar.vimH A D08-Sep-201020.6 KiB

tohtml.vimH A D08-Sep-201012.3 KiB

vimball.vimH A D08-Sep-201022.5 KiB

xml/H30-Apr-201415

xmlcomplete.vimH A D31-Aug-200914.6 KiB

zip.vimH A D08-Sep-201011.6 KiB

README.txt

1The autoload directory is for standard Vim autoload scripts.
2
3These are functions used by plugins and for general use.  They will be loaded
4automatically when the function is invoked.  See ":help autoload".
5
6gzip.vim	for editing compressed files
7netrw*.vim	browsing (remote) directories and editing remote files
8tar.vim		browsing tar files
9zip.vim		browsing zip files
10paste.vim	common code for mswin.vim, menu.vim and macmap.vim
11spellfile.vim	downloading of a missing spell file
12
13Omni completion files:
14ccomplete.vim		C
15csscomplete.vim		HTML / CSS
16htmlcomplete.vim	HTML
17javascriptcomplete.vim  Javascript
18phpcomplete.vim		PHP
19pythoncomplete.vim	Python
20rubycomplete.vim	Ruby
21syntaxcomplete.vim	from syntax highlighting
22xmlcomplete.vim		XML (uses files in the xml directory)
23