Skip to content

Commit 3fa07fd

Browse files
committed
Update pi_gzip.{txt,jax}
1 parent 95cf0ec commit 3fa07fd

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

doc/pi_gzip.jax

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -28,12 +28,13 @@
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
あなたが知るべきことはこれだけである。オプションはない。

en/pi_gzip.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
2828
with 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

3940
That's actually the only thing you need to know. There are no options.

0 commit comments

Comments
 (0)