mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +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.
|
||||
'''
|
||||
if current:
|
||||
mode = vim_mode()
|
||||
mode = vim_mode(1)
|
||||
mode = mode_translations.get(mode, mode)
|
||||
else:
|
||||
mode = 'nc'
|
||||
|
Loading…
x
Reference in New Issue
Block a user