0
0
mirror of https://github.com/vim/vim.git synced 2025-09-02 21:13:50 -04:00
Bram Moolenaar 147e7d0cab patch 8.1.0771: some shell filetype patterns end in a star
Problem:    Some shell filetype patterns end in a star.
Solution:   Make sure that patterns not ending in a star are preferred.
2019-01-18 21:46:47 +01:00
..
2017-11-02 22:58:42 +01:00
2018-09-02 21:07:30 +02:00
2016-10-01 14:47:05 +02:00
2018-08-28 22:58:02 +02:00
2017-09-19 22:06:03 +02:00
2018-10-19 16:22:31 +02:00
2019-01-01 15:32:17 +01:00
2019-01-17 16:07:22 +01:00
2018-07-21 05:56:22 +02:00
2017-11-02 22:58:42 +01:00
2018-11-16 16:13:44 +01:00
2018-12-09 20:43:55 +01: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)