This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/MinGW/msys/1.0/share/vim/vim73/autoload
2024-07-04 19:52:56 +03:00
..
xml My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
ada.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
adacomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
ccomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
csscomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
decada.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
getscript.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
gnat.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
gzip.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
htmlcomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
javascriptcomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
netrw.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
netrwFileHandlers.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
netrwSettings.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
paste.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
phpcomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
python3complete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
pythoncomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
README.txt My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
rubycomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
spellfile.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
sqlcomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
syntaxcomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
tar.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
tohtml.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
vimball.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
xmlcomplete.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
zip.vim My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00

The autoload directory is for standard Vim autoload scripts.

These are functions used by plugins and for general use.  They will be loaded
automatically when the function is invoked.  See ":help autoload".

gzip.vim	for editing compressed files
netrw*.vim	browsing (remote) directories and editing remote files
tar.vim		browsing tar files
zip.vim		browsing zip files
paste.vim	common code for mswin.vim, menu.vim and macmap.vim
spellfile.vim	downloading of a missing spell file

Omni completion files:
ccomplete.vim		C
csscomplete.vim		HTML / CSS
htmlcomplete.vim	HTML
javascriptcomplete.vim  Javascript
phpcomplete.vim		PHP
pythoncomplete.vim	Python
rubycomplete.vim	Ruby
syntaxcomplete.vim	from syntax highlighting
xmlcomplete.vim		XML (uses files in the xml directory)