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

Async overwriting my tags file #93

Open lencioni opened 9 years ago

lencioni commented 9 years ago

I have been using some git hooks to generate my project's tags file when the repo changes. This has been working great.

Now, I am trying to add vim-easytags to the mix and I have it configured with: let g:easytags_dynamic_files=1 which seems to work. If I add let g:easytags_async=1, the tags file is generated when I save but it overwrites the tags file that I had there previously. If I open more files and save them, tags for all of these end up in the tags file, so it seems to just happen with tags files that were already there from some other process.

motanelu commented 9 years ago

Same here, it's an awesome plugin, but the 2-4 seconds it takes to update the tags when writing a file can become annoying, so I've tried using the async mode, but after saving 2-3 times, my tags file is almost empty, with tags from the current open files.

mpyatishev commented 9 years ago

+1

greglund commented 6 years ago

+1