Doc: add remark about nested autocmds

This commit is contained in:
Marco Hinz 2016-07-21 17:09:15 +02:00
parent cbcf3f2518
commit 3f7b8d7b5e

View file

@ -612,6 +612,9 @@ user autocmd is issued. You can hook into it like this:
>
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*
*startify-:Startify*