mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-27 20:12:16 +08:00
use __accent to better differentiate between a real group.
This commit is contained in:
@@ -11,7 +11,7 @@ function! s:create(parts, append)
|
||||
|
||||
let val = ''
|
||||
if exists('part.accent')
|
||||
let val .= '%#airline_accent_'.(part.accent).'#'
|
||||
let val .= '%#__accent_'.(part.accent).'#'
|
||||
endif
|
||||
|
||||
if exists('part.function')
|
||||
|
||||
Reference in New Issue
Block a user