J a g p r e e t wrote:
Hi vimmers,
While programming I want to use lot of c/c++ plugins e.g. omni
completion, trinity, c-support etc.
All of these plugins use tags file.
Is it possible to create one single tags file which all the plugin can
use.
Also how this file(tags) can be automatically updated after any
changes to the files in the path.
regards
Jagpreet --
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
You can set where find tags file. Example(see help):
set tags=tags,./tags,tmp/tags,./tmp/tags
Then you need only one tag file.
I hope it helps you, regards
--
Rafa
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php