Browse Source

Doc: add remark about nested autocmds

Marco Hinz 9 years ago
parent
commit
3f7b8d7b5e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc/startify.txt

+ 3 - 0
doc/startify.txt

@@ -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*