Skip to content

Update {pi_tar,pi_vimball}.{txt,jax} #2217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2025
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
4 changes: 2 additions & 2 deletions doc/pi_tar.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_tar.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
*pi_tar.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06

+====================+
| Tar File Interface |
Expand Down Expand Up @@ -37,7 +37,7 @@ Copyright 2005-2017: *tar-copyright*
:Vimuntar [vimhome]

このコマンドは [vimhome] が指定されていない場合、必要に応じて
|'runtimepath'| の最初の書き込み可能なディレクトリを使用し、tarball を
'runtimepath' の最初の書き込み可能なディレクトリを使用し、tarball を
.vim または vimfiles ディレクトリにコピーする。それ以外の場合は、
[vimhome] 引数を使用して代わりにそのディレクトリを指定できる。

Expand Down
26 changes: 13 additions & 13 deletions doc/pi_vimball.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_vimball.txt* For Vim バージョン 9.1. Last change: 2016 Apr 11
*pi_vimball.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06

----------------
Vimball Archiver
Expand Down Expand Up @@ -50,9 +50,9 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright*
< 例えば zip や tarball でインストールした場合はこのように簡単ではありま
せん。

Vimball はユーザーの |'runtimepath'| 設定を見てスクリプトのインストー
ル場所を決定します。通常は runtimepath の最初の使用可能なディレクトリ
が使われます。次のコマンドでディレクトリを確認できます >
Vimball はユーザーの 'runtimepath' 設定を見てスクリプトのインストール
場所を決定します。通常は runtimepath の最初の使用可能なディレクトリが
使われます。次のコマンドでディレクトリを確認できます >
:echo &rtp
<

Expand All @@ -63,7 +63,7 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright*
:[range]MkVimball[!] filename [path]

作成する vimball に含めるファイルのパスを書き、それらの行を範囲指定し
て実行します。パスは runtimepath (|'rtp'|) からの相対パスです。例: >
て実行します。パスは runtimepath ('rtp') からの相対パスです。例: >
plugin/something.vim
doc/something.txt
< この 2 行を範囲指定して次のように実行すると >
Expand All @@ -73,7 +73,7 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright*
ことでこのファイルから元のファイルを再構成できます。"filename.vba" が
既に存在する場合は警告が表示され、ファイルは作成されません。ファイルの
パスは .vim (vimfiles) ディレクトリからの相対パスで、ファイルが存在し
ている必要があります。通常は |'runtimepath'| の最初のディレクトリが相
ている必要があります。通常は 'runtimepath' の最初のディレクトリが相
対パスのルートとして使われます。特別な理由がない限り絶対パスを使わない
でください。

Expand Down Expand Up @@ -105,7 +105,7 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright*

☆VIMBALL を展開するディレクトリの設定 *g:vimball_home*

vimball によって使用される |'runtimepath'| を指定したい場合は
vimball によって使用される 'runtimepath' を指定したい場合は
g:vimball_home 変数を設定してください。

*vimball-extract*
Expand All @@ -131,16 +131,16 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright*
このコマンドは vimball に埋め込まれます。これは vimball#Vimball() を呼
び出して vimball を展開します。vimball を実行する代わりに、このコマン
ドを自分で実行しても構いません。その場合、インストール先のパスを指定で
きます。指定がない場合は |'runtimepath'| の最初の存在するディレクトリ
が使用されます
きます。指定がない場合は 'runtimepath' の最初の存在するディレクトリが
使用されます

☆VIMBALL の削除 *:RmVimball*

:RmVimball vimballfile [path]

vimball に含まれていたすべてのファイルを削除します (ディレクトリは削除
されません)。アンインストール元のパスを指定できます (|'runtimepath'|
照)。指定がない場合は |'runtimepath'| の最初の存在するディレクトリが使
されません)。アンインストール元のパスを指定できます ('runtimepath'
照)。指定がない場合は 'runtimepath' の最初の存在するディレクトリが使
用されます。
この機能を実現するため、インストールパスに .VimballRecord というファイ
ルが作成され、削除すべきファイル (それまでに vimball によってインス
Expand Down Expand Up @@ -182,7 +182,7 @@ WINDOWS *vimball-windows*
prepending the current directory to it.
33 : Apr 02, 2011 * Gave priority to *.vmb over *.vba
* Changed silent! to sil! (shorter)
* Safed |'swf'| setting (during vimball extraction,
* Safed 'swf' setting (during vimball extraction,
its now turned off)
32 : May 19, 2010 * (Christian Brabrandt) :so someplugin.vba and
:so someplugin.vba.gz (and the other supported
Expand Down Expand Up @@ -241,7 +241,7 @@ WINDOWS *vimball-windows*
14 : May 26, 2006 * bugfixes
13 : May 01, 2006 * exists("&acd") used to determine if the acd
option exists
12 : May 01, 2006 * bugfix - the |'acd'| option is not always defined
12 : May 01, 2006 * bugfix - the 'acd' option is not always defined
11 : Apr 27, 2006 * VimballList would create missing subdirectories that
the vimball specified were needed. Fixed.
10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of
Expand Down
8 changes: 4 additions & 4 deletions en/pi_tar.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_tar.txt* For Vim version 9.1. Last change: 2025 Jul 15
*pi_tar.txt* For Vim version 9.1. Last change: 2025 Aug 06

+====================+
| Tar File Interface |
Expand Down Expand Up @@ -38,9 +38,9 @@ Copyright 2005-2017: *tar-copyright*
:Vimuntar [vimhome]

This command copies, if necessary, the tarball to the .vim or vimfiles
directory using the first writable directory in the |'runtimepath'|
when no [vimhome] is specified. Otherwise, the [vimhome] argument
allows the user to specify that directory, instead.
directory using the first writable directory in the 'runtimepath' when
no [vimhome] is specified. Otherwise, the [vimhome] argument allows
the user to specify that directory, instead.

The copy is done using the command in *g:tar_copycmd* , which is >
cp for cygwin, unix, macunix
Expand Down
20 changes: 10 additions & 10 deletions en/pi_vimball.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pi_vimball.txt* For Vim version 9.1. Last change: 2016 Apr 11
*pi_vimball.txt* For Vim version 9.1. Last change: 2025 Aug 06

----------------
Vimball Archiver
Expand Down Expand Up @@ -51,7 +51,7 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright*
:RmVimball someplugin
< This operation is not at all easy for zips and tarballs, for example.

Vimball examines the user's |'runtimepath'| to determine where to put
Vimball examines the user's 'runtimepath' to determine where to put
the scripts. The first directory mentioned on the runtimepath is
usually used if possible. Use >
:echo &rtp
Expand All @@ -66,7 +66,7 @@ MAKING A VIMBALL *:MkVimball*

The range is composed of lines holding paths to files to be included
in your new vimball, omitting the portion of the paths that is
normally specified by the runtimepath (|'rtp'|). As an example: >
normally specified by the runtimepath ('rtp'). As an example: >
plugin/something.vim
doc/something.txt
< using >
Expand All @@ -77,7 +77,7 @@ MAKING A VIMBALL *:MkVimball*
"filename.vba" file already exists, then MkVimball will issue a
warning and not create the file. Note that these paths are relative
to your .vim (vimfiles) directory, and the files should be in that
directory. The vimball plugin normally uses the first |'runtimepath'|
directory. The vimball plugin normally uses the first 'runtimepath'
directory that exists as a prefix; don't use absolute paths, unless
the user has specified such a path.

Expand Down Expand Up @@ -110,7 +110,7 @@ MAKING DIRECTORIES VIA VIMBALLS *g:vimball_mkdir*

CONTROLLING THE VIMBALL EXTRACTION DIRECTORY *g:vimball_home*

You may override the use of the |'runtimepath'| by specifying a
You may override the use of the 'runtimepath' by specifying a
variable, g:vimball_home.

*vimball-extract*
Expand Down Expand Up @@ -138,16 +138,16 @@ MANUALLY INVOKING VIMBALL EXTRACTION *:UseVimball*
vimball. One may choose to execute it by hand instead of sourcing
the vimball; one may also choose to specify a path for the
installation, thereby overriding the automatic choice of the first
existing directory on the |'runtimepath'|.
existing directory on the 'runtimepath'.

REMOVING A VIMBALL *:RmVimball*

:RmVimball vimballfile [path]

This command removes all files generated by the specified vimball
(but not any directories it may have made). One may choose a path
for de-installation, too (see |'runtimepath'|); otherwise, the
default is the first existing directory on the |'runtimepath'|.
for de-installation, too (see 'runtimepath'); otherwise, the default
is the first existing directory on the 'runtimepath'.
To implement this, a file (.VimballRecord) is made in that directory
containing a record of what files need to be removed for all vimballs
used thus far.
Expand Down Expand Up @@ -188,7 +188,7 @@ WINDOWS *vimball-windows*
prepending the current directory to it.
33 : Apr 02, 2011 * Gave priority to *.vmb over *.vba
* Changed silent! to sil! (shorter)
* Safed |'swf'| setting (during vimball extraction,
* Safed 'swf' setting (during vimball extraction,
its now turned off)
32 : May 19, 2010 * (Christian Brabrandt) :so someplugin.vba and
:so someplugin.vba.gz (and the other supported
Expand Down Expand Up @@ -247,7 +247,7 @@ WINDOWS *vimball-windows*
14 : May 26, 2006 * bugfixes
13 : May 01, 2006 * exists("&acd") used to determine if the acd
option exists
12 : May 01, 2006 * bugfix - the |'acd'| option is not always defined
12 : May 01, 2006 * bugfix - the 'acd' option is not always defined
11 : Apr 27, 2006 * VimballList would create missing subdirectories that
the vimball specified were needed. Fixed.
10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of
Expand Down