When I make a change to a file, for example, add a function, how can I make the taglist automatically update the "tag list" in its windows after I save the change?
|
feedback
|
|
I adapted my setup from the C++ code completion vim tip.
When needed, I press Ctrl-F12 to regenerate tags. If you're using vim-taglist, you could add to your
| |||||
feedback
|
|
Haven't tested, but you could try something like:
Which basically executes ctags when the buffer for a file ending in | |||
|
feedback
|
|
I did write a little experimental script that automatically and incrementally updates, the "current" tags file on file saving. (The question is actually redundant with http://stackoverflow.com/questions/155449/vim-auto-generate-ctags ) | |||
|
feedback
|