Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 32) sorted by relevance

12

/vim-8.2.3635/runtime/autoload/
H A Dgzip.vim1 " 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 DREADME.txt6 gzip.vim for editing compressed files
H A Dtar.vim442 " 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 Dnetrw.vim2965 " 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 DREADME.txt7 gzip.vim edit compressed files
14 tarPlugin.vim edit (compressed) tar files
H A Dgzip.vim1 " Vim plugin for editing compressed files.
8 " - some autocommands are already taking care of compressed files
/vim-8.2.3635/runtime/doc/
H A Dpi_gzip.txt7 Editing compressed files with Vim *gzip* *bzip2* *compress*
H A Dpi_tar.txt116 compressed with either gzip or bzip2. Tar.vim
161 Oct 18, 2005 * handles writing to compressed archives
H A Dusr_23.txt9 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 Dhelp.txt218 |pi_gzip.txt| Reading and writing compressed files
H A Dpi_vimball.txt166 Many vimball files are compressed with gzip. Windows, unfortunately,
H A Dautocmd.txt31 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 Dpi_getscript.txt62 1. if compressed: gunzip getscript.vba.gz
H A Dtips.txt406 when they are not in the same location as the compressed "doc" directory. See
H A Dusr_40.txt429 use of autocommands you can train Vim to edit compressed files, for example.
H A Dfiletype.txt159 This means that the contents of compressed files are not inspected.
H A Dvi_diff.txt390 search in compressed files.
422 to edit compressed files.
H A Dversion6.txt798 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 DREADME.txt68 Also install UPX, if you want a compressed file.
/vim-8.2.3635/READMEdir/
H A DREADME_os390.txt13 the tar file is initially compressed with gzip (tar.gz) or bzip2 (tar.bz2)
/vim-8.2.3635/src/
H A Dspellfile.c4727 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 DMake_cyg_ming.mak21 # "make upx" makes *compressed* versions of the 32 bit GUI and console EXEs,
/vim-8.2.3635/src/testdir/
H A Dtest_autocmd.vim2191 " - 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 Dfiletype.vim38 " Currently finds compressed files.
2142 " Don't do this for compressed files.
/vim-8.2.3635/runtime/syntax/
H A Dsqlanywhere.vim498 syn keyword sqlKeyword compatible component compressed compute computes

12