mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25: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
|
||||
|
||||
@requires_segment_info
|
||||
def branch(pl, segment_info, status_colors=True):
|
||||
def branch(pl, segment_info, status_colors=False):
|
||||
'''Return the current working branch.
|
||||
|
||||
:param bool status_colors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user