vim-easytags icon indicating copy to clipboard operation
vim-easytags copied to clipboard

Async overwriting my tags file

Open lencioni opened this issue 11 years ago • 3 comments

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.

lencioni avatar Aug 17 '14 19:08 lencioni

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.

motanelu avatar Feb 06 '15 09:02 motanelu

+1

mpyatishev avatar Jun 11 '15 09:06 mpyatishev

+1

greglund avatar Jun 12 '18 15:06 greglund