vim-easytags
vim-easytags copied to clipboard
Async silently not working, how can I debug?
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.