mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-17 22:09:40 +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:
@@ -49,6 +49,4 @@ let g:airline#themes#badwolf#visual_modified = {
|
||||
|
||||
|
||||
let g:airline#themes#badwolf#inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
|
||||
let g:airline#themes#badwolf#inactive_modified = {
|
||||
\ 'statusline' : [ s:V1[1] , '' , s:V1[3] , '' , '' ] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user