Skip to content

Commit 99c22a7

Browse files
authored
Merge pull request #523 from hiromi-mi/update_autocmd
Update autocmd.{txt,jax}
2 parents f80bf17 + be339f0 commit 99c22a7

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

doc/autocmd.jax

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Apr 08
1+
*autocmd.txt* For Vim バージョン 8.1. Last change: 2019 Apr 27
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -694,14 +694,15 @@ DiffUpdated 差分が更新された後。使用されているdiffコマン
694694
の種類(内部または外部)に応じて、変更毎か
695695
|:diffupdate| 実行時に発生する。
696696
*DirChanged*
697-
DirChanged |:cd| もしくは |:lcd| コマンドによって、もしく
698-
'autochdir' オプションの結果として作業ディ
699-
レクトリが変更された後
697+
DirChanged |:cd|, |:tcd| もしくは |:lcd| コマンドによって、
698+
もしくは 'autochdir' オプションの結果として作業
699+
ディレクトリが変更された後
700700
パターンは以下のようになる:
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" ファイルの編集により発生する
705706
<afile> は新ディレクトリ名に設定される。
706707
*ExitPre*
707708
ExitPre Vim を終了させる `:quit`, `:wq` もしくは

en/autocmd.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -690,13 +690,14 @@ DiffUpdated After diffs have been updated. Depending on
690690
change or when doing |:diffupdate|.
691691
*DirChanged*
692692
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.
695695
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
700701
<afile> is set to the new directory name.
701702
*ExitPre*
702703
ExitPre When using `:quit`, `:wq` in a way it makes

0 commit comments

Comments
 (0)