You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This disables all automatic tags highlighting (regardless of how it was enabled) where automatic means ‘initiated by a Vim automatic command.’
Does this mean that :let g:easytags_auto_highlight = 0 will result in vim-easytags acting exclusively as an auto-tagsfile-regenerator? Because that's all I want out of this plugin; I use color_coded for my semantic highlighting!
(Also, there's a typo in that last sentence. Consider this a docbug! :P)
The text was updated successfully, but these errors were encountered:
So, I'm a little confused by the documentation:
Does this mean that
:let g:easytags_auto_highlight = 0
will result invim-easytags
acting exclusively as an auto-tagsfile-regenerator? Because that's all I want out of this plugin; I usecolor_coded
for my semantic highlighting!(Also, there's a typo in that last sentence. Consider this a docbug! :P)
The text was updated successfully, but these errors were encountered: