| /vim-8.2.3635/runtime/autoload/ |
| H A D | gzip.vim | 1 " Vim autoload file for editing compressed files. 23 " the flags in the compressed file. 44 " After reading compressed file: Uncompress text in buffer with "cmd" 91 " uncompress didn't work! Keep the compressed file then. 96 " delete the compressed lines; remember the line number 153 " After writing compressed file: Compress written file with "cmd" 173 " Before appending to compressed file: Uncompress file with "cmd" 201 " find a file name for the file to be compressed. Use "name" without an
|
| H A D | README.txt | 6 gzip.vim for editing compressed files
|
| H A D | tar.vim | 442 " handle compressed archives 588 " tar#Extract: extract a file from a (possibly compressed) tar archive {{{2 766 " copy (possibly compressed) tarball to .vim/vimfiles
|
| H A D | netrw.vim | 2965 " call Decho("handling remote gzip-compressed tar file",'~'.expand("<slnum>")) 2968 " call Decho("handling remote bz2-compressed tar file",'~'.expand("<slnum>")) 2971 " call Decho("handling remote xz-compressed tar file",'~'.expand("<slnum>")) 2974 " call Decho("handling remote xz-compressed tar file (.txz)",'~'.expand("<slnum>")) 7037 " fname has a suffix indicating that its compressed; apply associated decompression routine 7039 " call Decho("fname<".fname."> is compressed so decompress with <".exe.">",'~'.expand("<slnum>"… 7060 " fname not a compressed file, so compress it 7066 " fname not a compressed file, so compress it
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | README.txt | 7 gzip.vim edit compressed files 14 tarPlugin.vim edit (compressed) tar files
|
| H A D | gzip.vim | 1 " Vim plugin for editing compressed files. 8 " - some autocommands are already taking care of compressed files
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_gzip.txt | 7 Editing compressed files with Vim *gzip* *bzip2* *compress*
|
| H A D | pi_tar.txt | 116 compressed with either gzip or bzip2. Tar.vim 161 Oct 18, 2005 * handles writing to compressed archives
|
| H A D | usr_23.txt | 9 can edit files that are compressed or encrypted. Some files need to be 329 This is easy: You can edit a compressed file just like any other file. The
|
| H A D | help.txt | 218 |pi_gzip.txt| Reading and writing compressed files
|
| H A D | pi_vimball.txt | 166 Many vimball files are compressed with gzip. Windows, unfortunately,
|
| H A D | autocmd.txt | 31 features, such as editing compressed files (see |gzip-example|). The usual 45 - If the BufRead* events allow you to edit a compressed file, the FileRead* 1630 Examples for reading and writing compressed files: > 1690 a compressed file: >
|
| H A D | pi_getscript.txt | 62 1. if compressed: gunzip getscript.vba.gz
|
| H A D | tips.txt | 406 when they are not in the same location as the compressed "doc" directory. See
|
| H A D | usr_40.txt | 429 use of autocommands you can train Vim to edit compressed files, for example.
|
| H A D | filetype.txt | 159 This means that the contents of compressed files are not inspected.
|
| H A D | vi_diff.txt | 390 search in compressed files. 422 to edit compressed files.
|
| H A D | version6.txt | 798 gzip.vim - Edit compressed files 2091 up into two runtime and two source archives. Also provide a bzip2 compressed 2733 compressed file on Vim. 3444 Problem: When 'patchmode' is set, appending to a compressed file gives an 5343 Problem: When using compressed help files and 'encoding' isn't "latin1", 6811 Problem: When editing a compressed file, Vim will inspect the contents to 7775 compressed file. (Oliver Fuchs) 9495 Problem: When writing a compressed file, the file name that gzip stores in 10999 Problem: When $GZIP contains "-N" editing compressed files doesn't work 11151 Problem: When editing a compressed files, marks are lost. [all …]
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 68 Also install UPX, if you want a compressed file.
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_os390.txt | 13 the tar file is initially compressed with gzip (tar.gz) or bzip2 (tar.bz2)
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 4727 long compressed = 0; in node_compress() local 4741 compressed += node_compress(spin, child, ht, tot); in node_compress() 4758 compressed += deref_wordnode(spin, child); in node_compress() 4812 return compressed; in node_compress()
|
| H A D | Make_cyg_ming.mak | 21 # "make upx" makes *compressed* versions of the 32 bit GUI and console EXEs,
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_autocmd.vim | 2191 " - FileWritePre writing a compressed file 2192 " - FileReadPost reading a compressed file 2289 e! Xtestfile.gz " Edit compressed file 2357 0r Xtestfile.gz " Read compressed file
|
| /vim-8.2.3635/runtime/ |
| H A D | filetype.vim | 38 " Currently finds compressed files. 2142 " Don't do this for compressed files.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqlanywhere.vim | 498 syn keyword sqlKeyword compatible component compressed compute computes
|