fix solarized theme being out of sync (#288).

This commit is contained in:
Bailey Ling
2013-09-27 21:36:44 -04:00
parent 9d3c6506da
commit 2f3b33daae
5 changed files with 39 additions and 41 deletions

View File

@@ -28,7 +28,6 @@ function! s:prototype.add_section(group, contents)
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)
call add(contents, cpart)
endfor
let line = join(contents, a:group)