Turn off status colors by default in vim as well

This commit is contained in:
Kovid Goyal 2013-05-04 08:21:28 +05:30
parent af018120e1
commit 41783344a8
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ def modified_buffers(pl, text='+ ', join_str=','):
return None return None
@requires_segment_info @requires_segment_info
def branch(pl, segment_info, status_colors=True): def branch(pl, segment_info, status_colors=False):
'''Return the current working branch. '''Return the current working branch.
:param bool status_colors: :param bool status_colors: