Merge pull request #951 from chrisbra/fix_wordcount

fix stupid typo
This commit is contained in:
Christian Brabandt 2016-01-27 21:23:16 +01:00
commit 94611d1091
1 changed files with 1 additions and 1 deletions

View File

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