Skip to content

Commit bb7de69

Browse files
authored
Merge pull request #2217 from h-east/update-pi_tar
Update {pi_tar,pi_vimball}.{txt,jax}
2 parents 338d71d + 1a52a8e commit bb7de69

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

doc/pi_tar.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_tar.txt* For Vim バージョン 9.1. Last change: 2025 Jul 15
1+
*pi_tar.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

33
+====================+
44
| Tar File Interface |
@@ -37,7 +37,7 @@ Copyright 2005-2017: *tar-copyright*
3737
:Vimuntar [vimhome]
3838

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

doc/pi_vimball.jax

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_vimball.txt* For Vim バージョン 9.1. Last change: 2016 Apr 11
1+
*pi_vimball.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
22

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

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

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

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

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

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

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

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

137137
☆VIMBALL の削除 *:RmVimball*
138138

139139
:RmVimball vimballfile [path]
140140

141141
vimball に含まれていたすべてのファイルを削除します (ディレクトリは削除
142-
されません)。アンインストール元のパスを指定できます (|'runtimepath'|
143-
照)。指定がない場合は |'runtimepath'| の最初の存在するディレクトリが使
142+
されません)。アンインストール元のパスを指定できます ('runtimepath'
143+
照)。指定がない場合は 'runtimepath' の最初の存在するディレクトリが使
144144
用されます。
145145
この機能を実現するため、インストールパスに .VimballRecord というファイ
146146
ルが作成され、削除すべきファイル (それまでに vimball によってインス
@@ -182,7 +182,7 @@ WINDOWS *vimball-windows*
182182
prepending the current directory to it.
183183
33 : Apr 02, 2011 * Gave priority to *.vmb over *.vba
184184
* Changed silent! to sil! (shorter)
185-
* Safed |'swf'| setting (during vimball extraction,
185+
* Safed 'swf' setting (during vimball extraction,
186186
its now turned off)
187187
32 : May 19, 2010 * (Christian Brabrandt) :so someplugin.vba and
188188
:so someplugin.vba.gz (and the other supported
@@ -241,7 +241,7 @@ WINDOWS *vimball-windows*
241241
14 : May 26, 2006 * bugfixes
242242
13 : May 01, 2006 * exists("&acd") used to determine if the acd
243243
option exists
244-
12 : May 01, 2006 * bugfix - the |'acd'| option is not always defined
244+
12 : May 01, 2006 * bugfix - the 'acd' option is not always defined
245245
11 : Apr 27, 2006 * VimballList would create missing subdirectories that
246246
the vimball specified were needed. Fixed.
247247
10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of

en/pi_tar.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_tar.txt* For Vim version 9.1. Last change: 2025 Jul 15
1+
*pi_tar.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

33
+====================+
44
| Tar File Interface |
@@ -38,9 +38,9 @@ Copyright 2005-2017: *tar-copyright*
3838
:Vimuntar [vimhome]
3939

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

4545
The copy is done using the command in *g:tar_copycmd* , which is >
4646
cp for cygwin, unix, macunix

en/pi_vimball.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_vimball.txt* For Vim version 9.1. Last change: 2016 Apr 11
1+
*pi_vimball.txt* For Vim version 9.1. Last change: 2025 Aug 06
22

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

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

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

@@ -110,7 +110,7 @@ MAKING DIRECTORIES VIA VIMBALLS *g:vimball_mkdir*
110110

111111
CONTROLLING THE VIMBALL EXTRACTION DIRECTORY *g:vimball_home*
112112

113-
You may override the use of the |'runtimepath'| by specifying a
113+
You may override the use of the 'runtimepath' by specifying a
114114
variable, g:vimball_home.
115115

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

143143
REMOVING A VIMBALL *:RmVimball*
144144

145145
:RmVimball vimballfile [path]
146146

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

0 commit comments

Comments
 (0)