xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Automatic update of tags for the current file #115

Closed zaferot closed 9 years ago

zaferot commented 9 years ago

As far as I understand, by default easytags should automatically update tags for the current file in a few seconds. In my case tags are update only after the current file is saved. Is this the correct behavior? Am I missing something? I use only the 'let g:easytags_async = 1' and 'let g:easytags_include_members = 1' options.

Could you please comment on this.

zaferot commented 9 years ago

Sorry, I got the idea.