vim - Generating tags to different location by pathogen -
i use pathogen organizing vim plugins. git clone plugins github vimbundles directory. way simple update them.
i have problem tags generated pathogen. if plugin not have tags included in code, pathogen generates them calling pathogen#helptags(). tags generated doc folder of plugin. these files figure untracked in git repository.
do know way how generate tags different location? tags on same place, goal not have them generated directory plugins live. can pathogen convinced so?
i have line .git/config:
[status] showuntrackedfiles = no and every time run git status untracked files not displayed. speeds things bit since git not check every single file in directory existing in repository.
for more info go http://git-scm.com/docs/git-config , go status.showuntrackedfiles.
edit: forgot mention have submodules in bundle directory , add mentioned option top-most repository config.
Comments
Post a Comment