vim-bundle
vim-bundle copied to clipboard
Added ANSI code for color reset to messages
Previously, colored messages did not reset the color on printing, this meant that calling vim-bundle from an update script in a loop would result in the entire output being green. I added the code \033[0m to the end of the strings, which prevents this from happening.
Previously:

After update:
