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

Don't show the "Started / Finished asynchronous tag update" messages. #82

Closed inkarkat closed 10 years ago

inkarkat commented 10 years ago

... unless 'verbose' is set.

This is distracting, and may interfere (and cause the hit-enter prompt) with other autocmds triggered by :w / BufWritePost.

Note: This applies only to the async mode.

xolox commented 10 years ago

I just committed 55d7e31784744151b63b3022ec604f45f3a221d1 which implements the equivalent in the new feature branch, so I will close this pull request now. Thanks for the feedback!