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

@@ -24,7 +24,7 @@ function! s:prototype.add_section(group, contents)
endif
let contents = []
let content_parts = split(a:contents, 'airline_accent')
let content_parts = split(a:contents, '__accent')
for cpart in content_parts
let accent = matchstr(cpart, '_\zs[^#]*\ze')
call airline#highlighter#add_accent(a:group, accent)