File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- *pi_gzip.txt* For Vim バージョン 9.1. Last change: 2023 Nov 14
1
+ *pi_gzip.txt* For Vim バージョン 9.1. Last change: 2025 Feb 06
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
28
28
の読み書きを処理する:
29
29
30
30
拡張子 圧縮方法(コマンド) ~
31
- *.Z compress (Lempel-Ziv)
32
- *.gz gzip
33
31
*.bz2 bzip2
32
+ *.gz gzip
33
+ *.lz lzip
34
+ *.lz4 lz4
34
35
*.lzma lzma
35
36
*.xz xz
36
- *.lz lzip
37
+ *.Z compress (Lempel-Ziv)
37
38
*.zst zstd
38
39
39
40
あなたが知るべきことはこれだけである。オプションはない。
Original file line number Diff line number Diff line change 1
- *pi_gzip.txt* For Vim version 9.1. Last change: 2023 Nov 14
1
+ *pi_gzip.txt* For Vim version 9.1. Last change: 2025 Feb 06
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -28,12 +28,13 @@ The plugin installs autocommands to intercept reading and writing of files
28
28
with these extensions:
29
29
30
30
extension compression ~
31
- *.Z compress (Lempel-Ziv)
32
- *.gz gzip
33
31
*.bz2 bzip2
32
+ *.gz gzip
33
+ *.lz lzip
34
+ *.lz4 lz4
34
35
*.lzma lzma
35
36
*.xz xz
36
- *.lz lzip
37
+ *.Z compress (Lempel-Ziv)
37
38
*.zst zstd
38
39
39
40
That's actually the only thing you need to know. There are no options.
You can’t perform that action at this time.
0 commit comments