vim-easytags icon indicating copy to clipboard operation
vim-easytags copied to clipboard

Async silently not working, how can I debug?

Open ipsquiggle opened this issue 8 years ago • 0 comments

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.

ipsquiggle avatar Apr 14 '16 17:04 ipsquiggle