[Ilugc] Multiple tags file and vim

  • From: prasannatsmkumar@xxxxxxxxx (PrasannaKumar Muralidharan)
  • Date: Thu, 19 Sep 2013 22:00:08 +0530

Hi All,

I am using vim with ctags. I have some C source files in a folder
which is already indexed with ctags. I have set vim to call ctags
whenever a file is saved in that folder. The tags file is big (21 lakh
lines) as I have indexed header files also. So whenever a ctags is
called it takes time to modify the tags file.

To solve this I need to have two tags file (in same folder) with vim.
One tags file will have index of system supplied header files (it is
static and will not change), the other tags file should have index of
C code being developed currently (not static and changes). Is there
anyway for vim to recognise both the tags file from same folder?

Thanks and Regards,
PrasannaKumar Muralidharan

Other related posts: