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

Async silently not working, how can I debug? #144

Open ipsquiggle opened 8 years ago

ipsquiggle commented 8 years ago

On Windows, gvim 7.4

When I have g:easytags_async=0, everything works just fine. However, when I turn it on, the tags never actually get updated (i.e. running :UpdateTags does not alter the tags file), but there are no warnings or errors that I can see.

I have vimproc.vim and vimshell.vim installed. Is there some kind of log or output I can check? A verbose mode I can enable? Thanks.