highlighter: exec_separator will re-create '_to_' groups
so we don't need to re-create them in the main for loop of airline#highlighter#highlight() and so skip those groups.
This commit is contained in:
parent
f3d6a3542a
commit
6c6c6c104f
@ -259,6 +259,9 @@ function! airline#highlighter#highlight(modes, ...)
|
|||||||
if bnr > 0 && index(buffers_in_tabpage, bnr) == -1
|
if bnr > 0 && index(buffers_in_tabpage, bnr) == -1
|
||||||
continue
|
continue
|
||||||
endif
|
endif
|
||||||
|
elseif name =~# '_to_'
|
||||||
|
" group will be redefined below at exec_separator
|
||||||
|
continue
|
||||||
endif
|
endif
|
||||||
if s:group_not_done(airline_grouplist, name.suffix)
|
if s:group_not_done(airline_grouplist, name.suffix)
|
||||||
call airline#highlighter#exec(name.suffix, mode_colors)
|
call airline#highlighter#exec(name.suffix, mode_colors)
|
||||||
|
Loading…
Reference in New Issue
Block a user