Shorten mode message for small windows

This commit is contained in:
Christian Brabandt 2016-10-20 22:57:26 +02:00
parent 64d91665fe
commit 69020706b2
1 changed files with 1 additions and 1 deletions

View File

@ -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()