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…
Reference in New Issue