diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-02-15 19:48:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 19:48:41 +0000 |
commit | 721a850e21e31b4abfebff00d4bb43bfefcdabe4 (patch) | |
tree | c556a60a118fe0b8662a1e06ac5477f4832f1985 /plugin/ale.vim | |
parent | 14679f0bd45403dea20bde1939344b11c90b21f5 (diff) | |
parent | 4afa415bd9e7bc451f719c416d981ab3dfd3954c (diff) | |
download | ale-721a850e21e31b4abfebff00d4bb43bfefcdabe4.zip |
Merge pull request #343 from vimeitor/master
Fix spelling
Diffstat (limited to 'plugin/ale.vim')
-rw-r--r-- | plugin/ale.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim index 13cbdce6..2c4a5336 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -179,7 +179,7 @@ function! s:ALEToggle() abort endfor " Remove highlights for the current buffer now. - if g:ale_set_higlights + if g:ale_set_highlights call ale#highlight#UpdateHighlights() endif endif |