highlighter: fix indentation (tabs)

This commit is contained in:
Christian 2020-11-18 15:09:05 +01:00 committed by Christian Brabandt
parent 252b89bb1f
commit b4e38be8b8
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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') : []