diff options
Diffstat (limited to 'runtime/doc/pi_gzip.txt')
-rw-r--r-- | runtime/doc/pi_gzip.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/pi_gzip.txt b/runtime/doc/pi_gzip.txt index 93a2388c26..e8a1de9cef 100644 --- a/runtime/doc/pi_gzip.txt +++ b/runtime/doc/pi_gzip.txt @@ -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. |