Skip to content

Commit f6f92b3

Browse files
authored
Merge pull request #1968 from h-east/update-pi_getscript
Update pi_getscript.{txt,jax}
2 parents 3023a02 + 8924697 commit f6f92b3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

doc/pi_getscript.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
1+
*pi_getscript.txt* For Vim バージョン 9.1. Last change: 2025 Feb 28
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
44
<
@@ -349,6 +349,10 @@ after/syntax/c/ ディレクトリを使えるようにしています:
349349
g:GetLatestVimScripts_bunzip2
350350
< デフォルト= bunzip2
351351
この変数は .bz2 ファイルを解凍するコマンド名を保持します。
352+
>
353+
g:GetLatestVimScripts_bunzip3
354+
< デフォルト= bunzip3
355+
この変数は .bz3 ファイルを解凍するコマンド名を保持します。
352356
>
353357
g:GetLatestVimScripts_gunzip
354358
< デフォルト= gunzip
@@ -392,6 +396,8 @@ scriptname を更新します。
392396
Windows: $HOME\vimfiles
393397
if ファイルの拡張子 == ".bz2"
394398
bunzip2 <file>
399+
else if ファイルの拡張子 == ".bz3"
400+
bunzip3 it
395401
else if ファイルの拡張子 == ".gz"
396402
gunzip <file>
397403
そして、
@@ -406,6 +412,7 @@ scriptname を更新します。
406412
==============================================================================
407413
9. GetLatestVimScripts 開発履歴 *getscript-history* *glvs-hist* {{{1
408414

415+
v38 Feb 25, 2025 : * handles additional decompression option for .bzip3 files.
409416
v37 Sep 23, 2024 : * Support for the new vimball's .vmb extension (old .vba
410417
extension conflicted with visual basic).
411418
* Support for |glvs-autoinstall| in ftplugins and packages.

en/pi_getscript.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim version 9.1. Last change: 2024 Oct 05
1+
*pi_getscript.txt* For Vim version 9.1. Last change: 2025 Feb 28
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
44
<
@@ -361,6 +361,11 @@ after/syntax/c.vim contained in it to overwrite a user's c.vim.
361361
< default= bunzip2
362362
This variable holds the name of the command to decompress .bz2
363363
files
364+
>
365+
g:GetLatestVimScripts_bunzip3
366+
< default= bunzip3
367+
This variable holds the name of the command to decompress .bz3
368+
files
364369
>
365370
g:GetLatestVimScripts_gunzip
366371
< default= gunzip
@@ -409,6 +414,8 @@ The AutoInstall process will:
409414
Windows: $HOME\vimfiles
410415
if the downloaded file ends with ".bz2"
411416
bunzip2 it
417+
else if the downloaded file ends with ".bz3"
418+
bunzip3 it
412419
else if the downloaded file ends with ".gz"
413420
gunzip it
414421
if the resulting file ends with ".zip"
@@ -422,6 +429,7 @@ The AutoInstall process will:
422429
==============================================================================
423430
9. GetLatestVimScripts History *getscript-history* *glvs-hist* {{{1
424431

432+
v38 Feb 25, 2025 : * handles additional decompression option for .bzip3 files.
425433
v37 Sep 23, 2024 : * Support for the new vimball's .vmb extension (old .vba
426434
extension conflicted with visual basic).
427435
* Support for |glvs-autoinstall| in ftplugins and packages.

0 commit comments

Comments
 (0)