use __accent to better differentiate between a real group.

This commit is contained in:
Bailey Ling
2013-09-22 15:20:06 -04:00
parent 41192a2a65
commit 474116461f
6 changed files with 7 additions and 7 deletions

View File

@@ -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')