Generate ctags incrementally in vim. Juste paste this into your .vimrc.
This comment has been minimized.
This comment has been minimized.
lvht
commented
Mar 2, 2014
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.
huowa222
commented
Jul 10, 2019
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.
Flolagale commentedMar 19, 2013
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.