Shougo / neobundle.vim

Next generation Vim package manager
MIT License
2.29k stars 168 forks source link

Allow to specify/override neobundle#get_rtp_dir #504

Closed blueyed closed 8 years ago

blueyed commented 8 years ago

I am using different cache keys / files for g:neobundle#cache_file depending on the environment, and that helps with loading in general, but helptags will be rebuilt then always.

Would it help to being able to set a tags dir (used by neobundle#get_tags_dir()) for that? (i.e. having a doc dir for each cache file / variant). I could imagine setting a cache dir (instead of a file), which would be used for the cache and the doc then: basically allow to configure what neobundle#get_rtp_dir() returns and use this everywhere (instead of neobundle#get_neobundle_dir() . '/.neobundle'.

Shougo commented 8 years ago

neobundle development is done. I don't want to add new feature.