File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Apr 08
1
+ *autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Apr 27
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -694,14 +694,15 @@ DiffUpdated 差分が更新された後。使用されているdiffコマン
694
694
の種類(内部または外部)に応じて、変更毎か
695
695
| :diffupdate | 実行時に発生する。
696
696
*DirChanged*
697
- DirChanged | :cd | もしくは | :lcd | コマンドによって、もしく
698
- は 'autochdir' オプションの結果として作業ディ
699
- レクトリが変更された後 。
697
+ DirChanged | :cd | , | :tcd | もしくは | :lcd | コマンドによって、
698
+ もしくは 'autochdir' オプションの結果として作業
699
+ ディレクトリが変更された後 。
700
700
パターンは以下のようになる:
701
- "window" `:lcd ` により発生する
702
- "global" `:cd ` により発生する
703
- "auto" 'autochdir' により発生する
704
- "drop" ファイルの編集により発生する
701
+ "window" `:lcd ` により発生する
702
+ "tabpage" `:tcd ` により発生する
703
+ "global" `:cd ` により発生する
704
+ "auto" 'autochdir' により発生する
705
+ "drop" ファイルの編集により発生する
705
706
<afile> は新ディレクトリ名に設定される。
706
707
*ExitPre*
707
708
ExitPre Vim を終了させる `:quit ` , `:wq ` もしくは
Original file line number Diff line number Diff line change 1
- *autocmd.txt* For Vim version 8.1. Last change: 2019 Apr 08
1
+ *autocmd.txt* For Vim version 8.1. Last change: 2019 Apr 27
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -690,13 +690,14 @@ DiffUpdated After diffs have been updated. Depending on
690
690
change or when doing | :diffupdate | .
691
691
*DirChanged*
692
692
DirChanged The working directory has changed in response
693
- to the | :cd | or | :lcd | commands, or as a
694
- result of the 'autochdir' option.
693
+ to the | :cd | or | :tcd | or | : lcd| commands, or
694
+ as a result of the 'autochdir' option.
695
695
The pattern can be:
696
- "window" to trigger on `:lcd `
697
- "global" to trigger on `:cd `
698
- "auto" to trigger on 'autochdir' .
699
- "drop" to trigger on editing a file
696
+ "window" to trigger on `:lcd `
697
+ "tabpage" to trigger on `:tcd `
698
+ "global" to trigger on `:cd `
699
+ "auto" to trigger on 'autochdir' .
700
+ "drop" to trigger on editing a file
700
701
<afile> is set to the new directory name.
701
702
*ExitPre*
702
703
ExitPre When using `:quit ` , `:wq ` in a way it makes
You can’t perform that action at this time.
0 commit comments