Turn off status colors by default in vim as well
This commit is contained in:
parent
af018120e1
commit
41783344a8
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue