Skip to content

Commit d4cf66e

Browse files
authored
Merge pull request #2514 from h-east/update-starting
Update starting.{txt,jax}
2 parents abf0131 + 9609cd4 commit d4cf66e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/starting.jax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim バージョン 9.2. Last change: 2026 Feb 18
1+
*starting.txt* For Vim バージョン 9.2. Last change: 2026 Feb 25
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -1437,8 +1437,8 @@ Note: .vimrcファイルを作成するときにはオプション 'compatible'
14371437
'sessionoptions' から "tabpages" が除かれていない限り、セッションはすべてのタ
14381438
ブページを含む。|tab-page|
14391439

1440-
セッションファイルが読み込まれると、自動コマンドイベント |SessionLoadPost|
1441-
発生する
1440+
|SessionLoadPre| 自動コマンドはセッションファイルが読み込まれる前にトリガーさ
1441+
れ、|SessionLoadPost| 自動コマンドはその後にトリガーされる
14421442
*SessionLoad-variable*
14431443
セッションファイルを読み込んでいる間、グローバル変数 SessionLoad は 1 になる。
14441444
プラグインはこれを使ってイベント SessionLoadPost が発生するまで、なんらかの作

en/starting.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*starting.txt* For Vim version 9.2. Last change: 2026 Feb 18
1+
*starting.txt* For Vim version 9.2. Last change: 2026 Feb 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1468,8 +1468,8 @@ This saves the current Session, and starts off the command to load another.
14681468
A session includes all tab pages, unless "tabpages" was removed from
14691469
'sessionoptions'. |tab-page|
14701470

1471-
The |SessionLoadPost| autocmd event is triggered after a session file is
1472-
loaded/sourced.
1471+
The |SessionLoadPre| autocmd event is triggered before a session file is
1472+
loaded/sourced and |SessionLoadPost| autocmd event is triggered after.
14731473
*SessionLoad-variable*
14741474
While the session file is loading, the SessionLoad global variable is set to
14751475
1. Plugins can use this to postpone some work until the SessionLoadPost event

0 commit comments

Comments
 (0)