commit
94611d1091
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue