We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f056ff2 commit 15963cbCopy full SHA for 15963cb
doc/autocmd.jax
@@ -422,6 +422,7 @@ Vimは以下のイベントを認識する。イベント名が大文字か小
422
423
|ColorSchemePre| カラースキームを読み込む前
424
|ColorScheme| カラースキームを読み込んだ後
425
+ カラースキームが見つからない場合は、トリガーされない。
426
427
|RemoteReply| Vimサーバーからの返答を受け取ったとき
428
en/autocmd.txt
@@ -640,6 +640,8 @@ CmdwinLeave Before leaving the command-line window.
640
|cmdwin-char|
641
*ColorScheme*
642
ColorScheme After loading a color scheme. |:colorscheme|
643
+ Not triggered if the color scheme is not
644
+ found.
645
The pattern is matched against the
646
colorscheme name. <afile> can be used for the
647
name of the actual file where this option was
0 commit comments