mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-18 14:29:42 +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:
@@ -81,9 +81,6 @@ let g:airline#themes#dark#visual_modified = {
|
||||
|
||||
let s:IA = [ '#4e4e4e' , '#1c1c1c' , 239 , 234 , '' ]
|
||||
let g:airline#themes#dark#inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA, s:file)
|
||||
let g:airline#themes#dark#inactive_modified = {
|
||||
\ 'statusline': [ '#5f005f' , '' , '53' , '' , '' ] ,
|
||||
\ }
|
||||
|
||||
|
||||
" Here we define the color map for ctrlp. We check for the g:loaded_ctrlp
|
||||
|
||||
Reference in New Issue
Block a user