mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
highlighter: fix indentation (tabs)
This commit is contained in:
parent
252b89bb1f
commit
b4e38be8b8
@ -523,7 +523,7 @@ else
|
||||
s:accents[accent] = 1
|
||||
enddef
|
||||
def airline#highlighter#highlight_modified_inactive(bufnr: number): void # {{{2
|
||||
var colors: list<string>
|
||||
var colors: list<string>
|
||||
if getbufvar(bufnr, '&modified')
|
||||
colors = exists('g:airline#themes#' .. g:airline_theme .. '#palette.inactive_modified.airline_c')
|
||||
? eval('g:airline#themes#' .. g:airline_theme .. '#palette.inactive_modified.airline_c') : []
|
||||
|
Loading…
x
Reference in New Issue
Block a user