Merge pull request #1298 from chrisbra/shorten_mode
Shorten mode message for small windows
This commit is contained in:
commit
5fe511c20b
|
@ -53,7 +53,7 @@ endfunction
|
|||
" }}}
|
||||
|
||||
function! airline#parts#mode()
|
||||
return get(w:, 'airline_current_mode', '')
|
||||
return airline#util#shorten(get(w:, 'airline_current_mode', ''), 79, 1)
|
||||
endfunction
|
||||
|
||||
function! airline#parts#crypt()
|
||||
|
|
Loading…
Reference in New Issue