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