mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 13:55:45 +02:00
Use mode(1)
Otherwise all that fancy double-symbol modes are just not visible.
This commit is contained in:
parent
47cfde0ecc
commit
2a39ed83d8
@ -32,7 +32,7 @@ class VimRenderer(Renderer):
|
|||||||
used in non-current windows.
|
used in non-current windows.
|
||||||
'''
|
'''
|
||||||
if current:
|
if current:
|
||||||
mode = vim_mode()
|
mode = vim_mode(1)
|
||||||
mode = mode_translations.get(mode, mode)
|
mode = mode_translations.get(mode, mode)
|
||||||
else:
|
else:
|
||||||
mode = 'nc'
|
mode = 'nc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user