Generate ctags incrementally in vim. Juste paste this into your .vimrc.
This comment has been minimized.
This comment has been minimized.
I think the magic you use is just the You can just use the find . -newer tags #tags is the name of you tag file However, the option |
This comment has been minimized.
This comment has been minimized.
line 18: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Just paste this into your .vimrc, it will provide you with a new command:
that will use ctags and update the tags only for the files that have a modification time more recent than the
tags
file modification time.This snippet uses vim's current working directory to find the files to index and requires Python, Exuberant Ctags and Vim compiled with Python support.