mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-11 09:08:25 +08:00
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:
@@ -84,8 +84,6 @@ let g:airline#themes#wombat#insert_paste = {
|
||||
|
||||
|
||||
let g:airline#themes#wombat#inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
|
||||
let g:airline#themes#wombat#inactive_modified = {
|
||||
\ 'statusline' : [ '#BCBCBC' , '' , 250 , '' , '' ] }
|
||||
|
||||
|
||||
if get(g:, 'loaded_ctrlp', 0)
|
||||
|
||||
Reference in New Issue
Block a user