diff --git a/doc/pi_tar.jax b/doc/pi_tar.jax index 8f485a3e7..00cc6bcf7 100644 --- a/doc/pi_tar.jax +++ b/doc/pi_tar.jax @@ -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 | @@ -37,7 +37,7 @@ Copyright 2005-2017: *tar-copyright* :Vimuntar [vimhome] このコマンドは [vimhome] が指定されていない場合、必要に応じて - |'runtimepath'| の最初の書き込み可能なディレクトリを使用し、tarball を + 'runtimepath' の最初の書き込み可能なディレクトリを使用し、tarball を .vim または vimfiles ディレクトリにコピーする。それ以外の場合は、 [vimhome] 引数を使用して代わりにそのディレクトリを指定できる。 diff --git a/doc/pi_vimball.jax b/doc/pi_vimball.jax index 424125d1c..2f99d496f 100644 --- a/doc/pi_vimball.jax +++ b/doc/pi_vimball.jax @@ -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 @@ -50,9 +50,9 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright* < 例えば zip や tarball でインストールした場合はこのように簡単ではありま せん。 - Vimball はユーザーの |'runtimepath'| 設定を見てスクリプトのインストー - ル場所を決定します。通常は runtimepath の最初の使用可能なディレクトリ - が使われます。次のコマンドでディレクトリを確認できます > + Vimball はユーザーの 'runtimepath' 設定を見てスクリプトのインストール + 場所を決定します。通常は runtimepath の最初の使用可能なディレクトリが + 使われます。次のコマンドでディレクトリを確認できます > :echo &rtp < @@ -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 行を範囲指定して次のように実行すると > @@ -73,7 +73,7 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright* ことでこのファイルから元のファイルを再構成できます。"filename.vba" が 既に存在する場合は警告が表示され、ファイルは作成されません。ファイルの パスは .vim (vimfiles) ディレクトリからの相対パスで、ファイルが存在し - ている必要があります。通常は |'runtimepath'| の最初のディレクトリが相 + ている必要があります。通常は 'runtimepath' の最初のディレクトリが相 対パスのルートとして使われます。特別な理由がない限り絶対パスを使わない でください。 @@ -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* @@ -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 によってインス @@ -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 @@ -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 diff --git a/en/pi_tar.txt b/en/pi_tar.txt index 52706e93e..9d6a520de 100644 --- a/en/pi_tar.txt +++ b/en/pi_tar.txt @@ -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 | @@ -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 diff --git a/en/pi_vimball.txt b/en/pi_vimball.txt index 35d4d7cbf..f498e57f9 100644 --- a/en/pi_vimball.txt +++ b/en/pi_vimball.txt @@ -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 @@ -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 @@ -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 > @@ -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. @@ -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* @@ -138,7 +138,7 @@ 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* @@ -146,8 +146,8 @@ REMOVING A VIMBALL *:RmVimball* 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. @@ -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 @@ -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