comparison runtime/doc/pi_gzip.txt @ 10319:169a62d5bcb9

commit https://github.com/vim/vim/commit/b4ada79aa7d0d1e5da3a659b1a203d7cae9f7f59 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 30 21:55:26 2016 +0100 Runtime file updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Oct 2016 22:00:04 +0100
parents 9f48eab77d62
children 368468ef35cf
comparison
equal deleted inserted replaced
10318:a0279bd5d079 10319:169a62d5bcb9
1 *pi_gzip.txt* For Vim version 8.0. Last change: 2012 Jul 19 1 *pi_gzip.txt* For Vim version 8.0. Last change: 2016 Oct 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
25 *.Z compress (Lempel-Ziv) 25 *.Z compress (Lempel-Ziv)
26 *.gz gzip 26 *.gz gzip
27 *.bz2 bzip2 27 *.bz2 bzip2
28 *.lzma lzma 28 *.lzma lzma
29 *.xz xz 29 *.xz xz
30 *.lz lzip
30 31
31 That's actually the only thing you need to know. There are no options. 32 That's actually the only thing you need to know. There are no options.
32 33
33 After decompressing a file, the filetype will be detected again. This will 34 After decompressing a file, the filetype will be detected again. This will
34 make a file like "foo.c.gz" get the "c" filetype. 35 make a file like "foo.c.gz" get the "c" filetype.