xolox / vim-shell

Improved integration between Vim and its environment (fullscreen, open URL, background command execution)
http://peterodding.com/code/vim/shell/
169 stars 12 forks source link

Duplicate helptag warning for 'xolox#misc#os#exec()'. #20

Closed mudox closed 11 years ago

mudox commented 11 years ago

I am using both of your plugins vim-shell and vim-misc, great work!

You put the help text of 'xolox#misc#os#exec()' both in vim-shell/doc/shell.txt and vim-misc/doc/misc.txt, which will incur 'neobundle' to complain of 'duplicated helptags', becuase the neobundle, I guess, adopts a strategy that is to collect all plugins' doc files under its charge to a centralized place (i.e. .vim/neobundle/.neobundle/doc) for sake of performance.

xolox commented 11 years ago

Thanks for the bug report. This is now fixed, so I'm closing this issue. Happy Vimming!

mudox commented 11 years ago

Thanks for your response. I'm glad to hear that.