Add null accent, to allow accents to be removed

This commit is contained in:
Simon Ratner
2013-12-20 09:02:34 -08:00
committed by Christian Brabandt
parent 168b18ff0a
commit 0b1df0c524
2 changed files with 10 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ function! airline#themes#patch(palette)
endfor
let a:palette.accents = get(a:palette, 'accents', {})
let a:palette.accents.none = [ '', '', '', '', '' ]
let a:palette.accents.bold = [ '', '', '', '', 'bold' ]
let a:palette.accents.italic = [ '', '', '', '', 'italic' ]