Correct spelling mistake.

This commit is contained in:
Edward Betts
2017-11-25 21:14:31 +00:00
committed by GitHub
parent 3e13bab201
commit 3b304f36ae

View File

@@ -64,7 +64,7 @@ function! airline#extensions#whitespace#check()
let regexp = get(g:, 'airline#extensions#whitespace#trailing_regexp', '\s$')
let trailing = search(regexp, 'nw')
catch
echomsg 'airline#whitespace: error occured evaluating '. regexp
echomsg 'airline#whitespace: error occurred evaluating '. regexp
echomsg v:exception
return ''
endtry