MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

Bug: Missing string join operator #4

Closed ZyX-I closed 14 years ago

ZyX-I commented 14 years ago

String join operator is missing in git part of Checkout function. This patch fixes it: http://kp-pav.narod.ru/missing-join.diff.

MarcWeber commented 14 years ago

confirmed. Again: how about sending a git patch? Wondering why I didn't notice this.

ZyX-I commented 14 years ago

Forked your project as you suggested: http://github.com/ZyX-I/vim-addon-manager

More changes there.