mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
fix stupid typo
This commit is contained in:
@@ -19,7 +19,7 @@ endfunction
|
|||||||
function! s:wordcount()
|
function! s:wordcount()
|
||||||
if exists("*wordcount")
|
if exists("*wordcount")
|
||||||
return wordcount()['words']
|
return wordcount()['words']
|
||||||
else if mode() =~? 's'
|
elseif mode() =~? 's'
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
let old_status = v:statusmsg
|
let old_status = v:statusmsg
|
||||||
|
|||||||
Reference in New Issue
Block a user