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

Not updating on BufferSwitch #137

Closed colindjk closed 8 years ago

colindjk commented 8 years ago

So I started using this Plugin and used it to edit a single file, and noticed their was a slight delay from when I started to when the highlighting took place.

However, I noticed when switching buffers their was still a slight amount of delay between switching and for highlighting to occur (Even if I had already called ":UpdateTags").

I usually had to move the cursor in some fashion... which is interesting.

Is this normal? Tried various solutions including deleting the '.vimtags' and other directories but to no avail :/