diff options
author | zeertzjq <zeertzjq@outlook.com> | 2025-03-06 07:38:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 23:38:33 +0000 |
commit | cd7d3cc041d1ae067cd45deab71ed6410ffd0ab8 (patch) | |
tree | 5c39c4afd5a9fd96c5c0b0a4ca49c4aa38f98aac | |
parent | 761e920280ccedb823a56b9da7f02aaf4e1051aa (diff) | |
download | rneovim-cd7d3cc041d1ae067cd45deab71ed6410ffd0ab8.tar.gz rneovim-cd7d3cc041d1ae067cd45deab71ed6410ffd0ab8.tar.bz2 rneovim-cd7d3cc041d1ae067cd45deab71ed6410ffd0ab8.zip |
vim-patch:4783a2c: runtime(doc): mention bzip3 in gzip plugin documentation (#32742)
closes: vim/vim#16800
https://github.com/vim/vim/commit/4783a2c073ecc075a6d1b23414901e78e1f18383
Co-authored-by: Jim Zhou <jimzhouzzy@gmail.com>
-rw-r--r-- | runtime/doc/pi_gzip.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/pi_gzip.txt b/runtime/doc/pi_gzip.txt index e8a1de9cef..65e7942562 100644 --- a/runtime/doc/pi_gzip.txt +++ b/runtime/doc/pi_gzip.txt @@ -29,6 +29,7 @@ with these extensions: extension compression > *.bz2 bzip2 + *.bz3 bzip3 *.gz gzip *.lz lzip *.lz4 lz4 |