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

Do not highlight tags on :UpdateTags when it is configured off. #36

Closed inkarkat closed 11 years ago

inkarkat commented 11 years ago

I turn off highlighting of tags (:let g:easytags_auto_highlight = 0), because I usually have very large tags databases. When I manually trigger an update via :UpdateTags, the highlighting is processed, though, resulting in the long delay or "regexp too long" error. The:UpdateTags command should honor the configuration setting.

xolox commented 11 years ago

Hey Ingo,

Thanks for the suggestion, it makes sense; merged!