Doc: add remark about nested autocmds
This commit is contained in:
parent
cbcf3f2518
commit
3f7b8d7b5e
|
@ -612,6 +612,9 @@ user autocmd is issued. You can hook into it like this:
|
||||||
>
|
>
|
||||||
autocmd User Startified let &l:stl = ' This statusline rocks!'
|
autocmd User Startified let &l:stl = ' This statusline rocks!'
|
||||||
<
|
<
|
||||||
|
NOTE: Autocmds don't nest by default. If you use any command that triggers new
|
||||||
|
events, be sure to add "nested": |autocmd-nested|.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
COMMANDS *startify-commands*
|
COMMANDS *startify-commands*
|
||||||
*startify-:Startify*
|
*startify-:Startify*
|
||||||
|
|
Loading…
Reference in a new issue