Skip to content

Commit

Permalink
Add a note about autocmd timing, closes #180
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Nov 22, 2013
1 parent 915b11b commit 3f28e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/tagbar.txt
Expand Up @@ -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*
Expand Down

0 comments on commit 3f28e3b

Please sign in to comment.