mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
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…
x
Reference in New Issue
Block a user