vim-bundle icon indicating copy to clipboard operation
vim-bundle copied to clipboard

Added ANSI code for color reset to messages

Open MikeDacre opened this issue 10 years ago • 0 comments

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: image

After update: image

MikeDacre avatar Mar 14 '15 17:03 MikeDacre