This commit is contained in:
Bailey Ling 2013-07-04 15:11:38 -04:00
parent 5a6ac69564
commit 392e331ab5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ let s:airline_highlight_map = {
\ 'info' : 'Al4',
\ 'info_separator' : 'Al5',
\ 'statusline' : 'Al6',
\ 'file' : 'Al8',
\ 'file' : 'Al7',
\ 'inactive' : 'Al9',
\ }
let s:airline_highlight_groups = keys(s:airline_highlight_map)