Add a note about autocmd timing, closes #180

This commit is contained in:
Jan Larres
2013-11-22 17:19:14 +13:00
parent 915b11bd1c
commit 3f28e3b073

View File

@ -780,6 +780,9 @@ You can ignore specific files by setting the |buffer-variable|
>
autocmd BufNewFile,BufReadPost foo.cpp let b:tagbar_ignore = 1
<
Note that autocommands are order-sensitive, so make sure that this autocommand
gets defined before the ones that Tagbar defines so the variable will get
found at the right time.
==============================================================================
6. Extending Tagbar *tagbar-extend*