Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions doc/pi_gzip.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_gzip.txt* For Vim バージョン 9.1. Last change: 2023 Nov 14
*pi_gzip.txt* For Vim バージョン 9.1. Last change: 2025 Feb 06


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -28,12 +28,13 @@
の読み書きを処理する:

拡張子 圧縮方法(コマンド) ~
*.Z compress (Lempel-Ziv)
*.gz gzip
*.bz2 bzip2
*.gz gzip
*.lz lzip
*.lz4 lz4
*.lzma lzma
*.xz xz
*.lz lzip
*.Z compress (Lempel-Ziv)
*.zst zstd

あなたが知るべきことはこれだけである。オプションはない。
Expand Down
9 changes: 5 additions & 4 deletions en/pi_gzip.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_gzip.txt* For Vim version 9.1. Last change: 2023 Nov 14
*pi_gzip.txt* For Vim version 9.1. Last change: 2025 Feb 06


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -28,12 +28,13 @@ The plugin installs autocommands to intercept reading and writing of files
with these extensions:

extension compression ~
*.Z compress (Lempel-Ziv)
*.gz gzip
*.bz2 bzip2
*.gz gzip
*.lz lzip
*.lz4 lz4
*.lzma lzma
*.xz xz
*.lz lzip
*.Z compress (Lempel-Ziv)
*.zst zstd

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