Skip to content

Commit 9692e05

Browse files
authored
Merge pull request #1713 from vim-jp/hh-update-some-files
Update {starting,usr_toc,version9}.{txt,jax}
2 parents 8b90c5c + 6167ab4 commit 9692e05

File tree

6 files changed

+19
-17
lines changed

6 files changed

+19
-17
lines changed

doc/starting.jax

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.1. Last change: 2024 Sep 15
1+
*starting.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -827,7 +827,8 @@ Evimでは以下のオプションが標準設定から変更される:
827827
コマンドを追加する。Macintosh では $VIMRUNTIME/macmap.vim が読み込まれ
828828
る。
829829

830-
*VIMINIT* *.vimrc* *_vimrc* *EXINIT* *.exrc* *_exrc* *$MYVIMRC* *$MYVIMDIR*
830+
*VIMINIT* *.vimrc* *_vimrc* *EXINIT* *.exrc* *_exrc*
831+
*$MYVIMRC* *$MYVIMDIR*
831832
c. 初期化のために5つの場所が検索される。最初に見つかったものが使用され、
832833
残りは無視される。環境変数 $MYVIMRC は、$MYVIMRC がすでに設定されてい
833834
る場合、および VIMINIT を使用している場合を除き、最初に見つかったファ
@@ -948,9 +949,9 @@ Evimでは以下のオプションが標準設定から変更される:
948949
|v:vim_did_enter| 変数が 1 にセットされる。
949950
|VimEnter|のautocommandが実行される。
950951

951-
$MYVIMRC または $MYGVIMRC は、最初に見つかった vimrc ファイル、gvimrc ファイル
952-
に設定され、$MYVIMDIR はユーザーの個人用ランタイムディレクトリ 'rtp' (通常は
953-
'runtimepath' の最初のエントリ) に設定される。
952+
環境変数 $MYVIMRC または $MYGVIMRC は、最初に見つかった vimrc ファイル、gvimrc
953+
ファイルに設定され、$MYVIMDIR はユーザーの個人用ランタイムディレクトリ 'rtp'
954+
(通常は'runtimepath' の最初のエントリ) に設定される。
954955

955956

956957
初期化のヒント ~

doc/usr_toc.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
*usr_toc.txt* For Vim バージョン 9.1. Last change: 2024 Oct 01
1+
*usr_toc.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

5-
目次 *user-manual* *usr*
5+
目次 *user-manual* *usr*
66

77
==============================================================================
88
大見出し一覧 ~

doc/version9.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 01
1+
*version9.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/starting.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.1. Last change: 2024 Sep 15
1+
*starting.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -847,7 +847,8 @@ accordingly. Vim proceeds in this order:
847847
'compatible' is only done later. Add a ":set nocp" command if you
848848
like. For the Macintosh the $VIMRUNTIME/macmap.vim is read.
849849

850-
*VIMINIT* *.vimrc* *_vimrc* *EXINIT* *.exrc* *_exrc* *$MYVIMRC* *$MYVIMDIR*
850+
*VIMINIT* *.vimrc* *_vimrc* *EXINIT* *.exrc* *_exrc*
851+
*$MYVIMRC* *$MYVIMDIR*
851852
c. Five places are searched for initializations. The first that exists
852853
is used, the others are ignored. The $MYVIMRC environment variable is
853854
set to the file that was first found, unless $MYVIMRC was already set
@@ -972,9 +973,9 @@ accordingly. Vim proceeds in this order:
972973
The |v:vim_did_enter| variable is set to 1.
973974
The |VimEnter| autocommands are executed.
974975

975-
The $MYVIMRC or $MYGVIMRC file will be set to the first found vimrc and/or
976-
gvimrc file while $MYVIMDIR is set to the users personal runtime directory
977-
'rtp' (typically the first entry in 'runtimepath').
976+
The $MYVIMRC or $MYGVIMRC environment variable will be set to the first found
977+
vimrc and/or gvimrc file while $MYVIMDIR is set to the users personal runtime
978+
directory 'rtp' (typically the first entry in 'runtimepath').
978979

979980

980981
Some hints on using initializations ~

en/usr_toc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
*usr_toc.txt* For Vim version 9.1. Last change: 2024 Oct 01
1+
*usr_toc.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33
VIM USER MANUAL - by Bram Moolenaar
44

5-
Table Of Contents *user-manual* *usr*
5+
Table Of Contents *user-manual* *usr*
66

77
==============================================================================
88
Overview ~

en/version9.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.1. Last change: 2024 Oct 01
1+
*version9.txt* For Vim version 9.1. Last change: 2024 Oct 05
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41608,7 +41608,7 @@ Functions: ~
4160841608
|diff()| diff two Lists of strings
4160941609
|filecopy()| copy a file {from} to {to}
4161041610
|foreach()| apply function to List items
41611-
|getcmdprompt()| get prompt for input()/confirm()
41611+
|getcmdprompt()| get prompt for input()/confirm()
4161241612
|getregion()| get a region of text from a buffer
4161341613
|getregionpos()| get a list of positions for a region
4161441614
|id()| get unique identifier for a Dict, List, Object,

0 commit comments

Comments
 (0)