basilgor / vim-autotags

vim plugin for easy ctags and cscope handling in a separate directory
21 stars 4 forks source link

Customize include paths #1

Closed mephi42 closed 12 years ago

mephi42 commented 12 years ago

It would be nice to allow per-file and per-directory settings that allow to customize include paths that are used during indexing of this particular file or directory.

basilgor commented 12 years ago

An Idea is to build a single tags file and cscope db per project (not per file or per directory). https://github.com/basilgor/vim-autotags/commit/06e138616a3c5ba69dce9a66b830181f4a9f4bd8 commit introduces building and loading of additional tags for separate directories (projects) feature. These extra tags are loaded then automatically with main project tags. More info in the script itself.