0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00
Bram Moolenaar d4a1aabe37 patch 8.1.0352: browsing compressed tar files does not always work
Problem:    Browsing compressed tar files does not always work.
Solution:   Use the "file" command to get the compression type.
2018-09-08 15:10:34 +02:00
..
2018-09-02 21:07:30 +02:00
2008-06-24 22:58:06 +00:00
2017-11-02 22:58:42 +01:00
2010-01-06 20:54:52 +01:00
2018-09-02 21:07:30 +02:00
2016-07-24 14:12:38 +02:00
2016-10-23 21:21:08 +02:00
2016-10-23 21:21:08 +02:00
2010-01-06 20:54:52 +01:00
2016-09-25 22:11:48 +02:00
2010-01-06 20:54:52 +01:00
2016-10-01 14:47:05 +02:00
2018-08-28 22:58:02 +02:00
2014-06-25 18:50:27 +02:00
2017-03-05 17:04:09 +01:00
2015-01-07 16:57:10 +01:00
2017-09-19 22:06:03 +02:00
2016-10-11 08:57:33 +02:00
2015-10-30 14:37:44 +01:00
2006-04-15 20:16:09 +00:00
2018-07-29 15:07:52 +02:00
2016-10-12 23:08:06 +02:00
2018-07-21 05:56:22 +02:00
2017-11-02 22:58:42 +01:00
2013-05-17 18:14:19 +02:00
2015-10-13 23:21:27 +02:00
2016-09-25 22:11:48 +02:00
2013-06-29 23:05:20 +02:00
2018-07-29 15:07:52 +02:00
2016-09-25 22:11:48 +02: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)