Skip to content

Commit 01efeaa

Browse files
committed
Update pi_vimball.{txt,jax}
1 parent 829632f commit 01efeaa

2 files changed

Lines changed: 2 additions & 33 deletions

File tree

doc/pi_vimball.jax

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_vimball.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*pi_vimball.txt* For Vim バージョン 9.2. Last change: 2026 Apr 05
22

33
----------------
44
Vimball Archiver
@@ -87,22 +87,6 @@ Copyright: (c) 2004-2015 by Charles E. Campbell *Vimball-copyright*
8787
生成を make を使って自動化するための tip が掲載されています。
8888

8989

90-
☆VIMBALL によるディレクトリの作成 *g:vimball_mkdir*
91-
92-
最初に |mkdir()| コマンドが試されます (それをサポートしていないシステ
93-
ムもあります)。
94-
95-
|mkdir()| が使えず、g:vimball_mkdir が設定されていない場合は、次の順番
96-
で設定されます: >
97-
|g:netrw_localmkdir| (変数が存在するなら)
98-
"mkdir" (コマンドが存在するなら)
99-
"makedir" (コマンドが存在するなら)
100-
すべてだめなら (未定義)
101-
< g:vimball_mkdir にはディレクトリ作成コマンドを指定します。自分で設定す
102-
ることもできます。このコマンドは vimball 展開時にディレクトリを作成す
103-
るために使われます。
104-
105-
10690
☆VIMBALL を展開するディレクトリの設定 *g:vimball_home*
10791

10892
vimball によって使用される 'runtimepath' を指定したい場合は

en/pi_vimball.txt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_vimball.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*pi_vimball.txt* For Vim version 9.2. Last change: 2026 Apr 05
22

33
----------------
44
Vimball Archiver
@@ -93,21 +93,6 @@ MAKING A VIMBALL *:MkVimball*
9393
make.
9494

9595

96-
MAKING DIRECTORIES VIA VIMBALLS *g:vimball_mkdir*
97-
98-
First, the |mkdir()| command is tried (not all systems support it).
99-
100-
If it doesn't exist, then if g:vimball_mkdir doesn't exist, it is set
101-
as follows: >
102-
|g:netrw_localmkdir|, if it exists
103-
"mkdir" , if it is executable
104-
"makedir" , if it is executable
105-
Otherwise , it is undefined.
106-
< One may explicitly specify the directory making command using
107-
g:vimball_mkdir. This command is used to make directories that
108-
are needed as indicated by the vimball.
109-
110-
11196
CONTROLLING THE VIMBALL EXTRACTION DIRECTORY *g:vimball_home*
11297

11398
You may override the use of the 'runtimepath' by specifying a

0 commit comments

Comments
 (0)