Skip to content

Commit 15963cb

Browse files
committed
Update autocmd.{txt,jax}
1 parent f056ff2 commit 15963cb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

doc/autocmd.jax

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ Vimは以下のイベントを認識する。イベント名が大文字か小
422422

423423
|ColorSchemePre| カラースキームを読み込む前
424424
|ColorScheme| カラースキームを読み込んだ後
425+
カラースキームが見つからない場合は、トリガーされない。
425426

426427
|RemoteReply| Vimサーバーからの返答を受け取ったとき
427428

en/autocmd.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ CmdwinLeave Before leaving the command-line window.
640640
|cmdwin-char|
641641
*ColorScheme*
642642
ColorScheme After loading a color scheme. |:colorscheme|
643+
Not triggered if the color scheme is not
644+
found.
643645
The pattern is matched against the
644646
colorscheme name. <afile> can be used for the
645647
name of the actual file where this option was

0 commit comments

Comments
 (0)