Skip to content

Commit ff8d991

Browse files
authored
Merge pull request #1990 from h-east/update-pi_getscript
Update pi_getscript.{txt,jax}
2 parents 592c82a + a374bed commit ff8d991

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

doc/pi_getscript.jax

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim バージョン 9.1. Last change: 2025 Feb 28
1+
*pi_getscript.txt* For Vim バージョン 9.1. Last change: 2025 Mar 15
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell
44
<
@@ -337,33 +337,33 @@ after/syntax/c/ ディレクトリを使えるようにしています:
337337
vimball のインストールには適用されません。
338338
>
339339
g:GetLatestVimScripts_scriptaddr
340-
< デフォルト='https://www.vim.org/scripts/script.php?script_id='
340+
< デフォルト='https://www.vim.org/scripts/script.php?script_id='
341341
あなたのシステムで設定が必要な場合に上書きしてください。
342342
... ='http://vim.sourceforge.net/script.php?script_id='
343343
>
344344
g:GetLatestVimScripts_downloadaddr
345-
< デフォルト='https://www.vim.org/scripts/download_script.php?src_id='
345+
< デフォルト='https://www.vim.org/scripts/download_script.php?src_id='
346346
あなたのシステムで設定が必要な場合に上書きしてください。
347347
... ='http://vim.sourceforge.net/scripts/download_script.php?src_id='
348348
>
349349
g:GetLatestVimScripts_bunzip2
350-
< デフォルト= bunzip2
350+
< デフォルト= bunzip2
351351
この変数は .bz2 ファイルを解凍するコマンド名を保持します。
352352
>
353353
g:GetLatestVimScripts_bunzip3
354-
< デフォルト= bunzip3
354+
< デフォルト= bunzip3
355355
この変数は .bz3 ファイルを解凍するコマンド名を保持します。
356356
>
357357
g:GetLatestVimScripts_gunzip
358-
< デフォルト= gunzip
358+
< デフォルト= gunzip
359359
この変数は .bz ファイルを解凍するコマンド名を保持します。
360360
>
361361
g:GetLatestVimScripts_unxz
362-
< デフォルト= unxz
362+
< デフォルト= unxz
363363
この変数は .xz ファイルを解凍するコマンド名を保持します。
364364
>
365365
g:GetLatestVimScripts_unzip
366-
< デフォルト= unzip
366+
< デフォルト= unzip
367367
この変数は .zip ファイルを解凍するコマンド名を保持します。
368368

369369
Note: 解凍コマンドに関連付けられた変数は、クロスプラットフォームの問題を回避す

en/pi_getscript.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -348,43 +348,43 @@ after/syntax/c.vim contained in it to overwrite a user's c.vim.
348348
Doesn't override vimball installation.
349349
>
350350
g:GetLatestVimScripts_scriptaddr
351-
< default='https://www.vim.org/scripts/script.php?script_id='
351+
< default='https://www.vim.org/scripts/script.php?script_id='
352352
Override this if your system needs
353353
... ='http://vim.sourceforge.net/script.php?script_id='
354354
>
355355
g:GetLatestVimScripts_downloadaddr
356-
< default='https://www.vim.org/scripts/download_script.php?src_id='
356+
< default='https://www.vim.org/scripts/download_script.php?src_id='
357357
Override this if your system needs
358358
... ='http://vim.sourceforge.net/scripts/download_script.php?src_id='
359359
>
360360
g:GetLatestVimScripts_bunzip2
361-
< default= bunzip2
361+
< default= bunzip2
362362
This variable holds the name of the command to decompress .bz2
363363
files
364364
>
365365
g:GetLatestVimScripts_bunzip3
366-
< default= bunzip3
366+
< default= bunzip3
367367
This variable holds the name of the command to decompress .bz3
368368
files
369369
>
370370
g:GetLatestVimScripts_gunzip
371-
< default= gunzip
371+
< default= gunzip
372372
This variable holds the name of the command to decompress .gz
373373
files
374374
>
375375
g:GetLatestVimScripts_unxz
376-
< default= unxz
376+
< default= unxz
377377
This variable holds the name of the command to decompress .xz
378378
files
379379
>
380380
g:GetLatestVimScripts_unzip
381-
< default= unzip
381+
< default= unzip
382382
This variable holds the name of the command to decompress .zip
383383
files
384384

385385
Note: The variables associated with decompression commands help workaround
386-
crossplatform issues. For example, on Windows is possible to delegate this
387-
calls into `wsl` by doing: >
386+
crossplatform issues. For example, on Windows is possible to delegate
387+
this calls into `wsl` by doing: >
388388
389389
let g:GetLatestVimScripts_bunzip2= "wsl -e bunzip2"
390390
let g:GetLatestVimScripts_gunzip= "wsl -e gunzip"

0 commit comments

Comments
 (0)