Skip to content

Commit

Permalink
Merge pull request vim-airline#1605 from EdwardBetts/patch-2
Browse files Browse the repository at this point in the history
Correct spelling mistake.
  • Loading branch information
chrisbra authored Nov 27, 2017
2 parents ec743e3 + 41759d5 commit 1e13620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/airline/extensions/whitespace.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e13620

Please sign in to comment.