mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-26 19:47:11 +08:00
correctly inject the accent highlight groups.
This commit is contained in:
@@ -9,8 +9,8 @@ function! s:create(parts, append)
|
||||
let part = airline#parts#get(a:parts[idx])
|
||||
|
||||
let val = ''
|
||||
if exists('part.highlight')
|
||||
let val .= '%#'.(part.highlight).'#'
|
||||
if exists('part.accent')
|
||||
let val .= '%#airline_accent_'.(part.accent).'#'
|
||||
endif
|
||||
|
||||
if exists('part.function')
|
||||
|
||||
Reference in New Issue
Block a user