remove support for inactive modified

statuslines don't actually get evaluated in inactive splits, so this feature never worked properly anyways.
This commit is contained in:
Bailey Ling
2013-08-11 16:13:04 -04:00
parent 14dacaab68
commit c7cc63fb62
10 changed files with 3 additions and 25 deletions
-3
View File
@@ -58,7 +58,4 @@ let g:airline#themes#bubblegum#visual_modified = copy(g:airline#themes#bubblegum
" Inactive window
let s:IA = [s:gui_dark_gray, s:gui_med_gray_hi, s:cterm_dark_gray, s:cterm_med_gray_hi, '']
let g:airline#themes#bubblegum#inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
let g:airline#themes#bubblegum#inactive_modified = {
\ 'statusline': [s:gui_orange, '', s:cterm_orange, '', ''],
\ }