mirror of
https://github.com/vim-airline/vim-airline-themes
synced 2024-12-14 01:54:37 +00:00
commit
94611d1091
@ -19,7 +19,7 @@ endfunction
|
||||
function! s:wordcount()
|
||||
if exists("*wordcount")
|
||||
return wordcount()['words']
|
||||
else if mode() =~? 's'
|
||||
elseif mode() =~? 's'
|
||||
return
|
||||
else
|
||||
let old_status = v:statusmsg
|
||||
|
Loading…
Reference in New Issue
Block a user