mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-08 21:14:44 +08:00
highlighter: fix obvious spelling error
This commit is contained in:
@@ -282,7 +282,7 @@ function! airline#highlighter#highlight(modes, ...)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !has_key(p, 'accents')
|
if !has_key(p, 'accents')
|
||||||
" work arout a brocken installation
|
" work around a broken installation
|
||||||
" shouldn't actually happen, p should always contain accents
|
" shouldn't actually happen, p should always contain accents
|
||||||
continue
|
continue
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user