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
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
2828の読み書きを処理する:
2929
3030 拡張子 圧縮方法(コマンド) ~
31- *.Z compress (Lempel-Ziv)
32- *.gz gzip
3331 *.bz2 bzip2
32+ *.gz gzip
33+ *.lz lzip
34+ *.lz4 lz4
3435 *.lzma lzma
3536 *.xz xz
36- *.lz lzip
37+ *.Z compress (Lempel-Ziv)
3738 *.zst zstd
3839
3940あなたが知るべきことはこれだけである。オプションはない。
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
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -28,12 +28,13 @@ The plugin installs autocommands to intercept reading and writing of files
2828with these extensions:
2929
3030 extension compression ~
31- *.Z compress (Lempel-Ziv)
32- *.gz gzip
3331 *.bz2 bzip2
32+ *.gz gzip
33+ *.lz lzip
34+ *.lz4 lz4
3435 *.lzma lzma
3536 *.xz xz
36- *.lz lzip
37+ *.Z compress (Lempel-Ziv)
3738 *.zst zstd
3839
3940That'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