themes: remove tabs for indenting

This commit is contained in:
Christian Brabandt 2021-05-08 01:42:10 +02:00
parent 7181950501
commit 19360bac63
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -1,11 +1,11 @@
" MIT License. Copyright (c) 2013-2021 Bailey Ling et al. " MIT License. Copyright (c) 2013-2021 Bailey Ling et al.
" vim: et ts=2 sts=2 sw=2 " vim: et ts=2 sts=2 sw=2 et
scriptencoding utf-8 scriptencoding utf-8
if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0) == 0) if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0) == 0)
" Legacy Vim Script Implementation " Legacy Vim Script Implementation
" generates a dictionary which defines the colors for each highlight group " generates a dictionary which defines the colors for each highlight group
function! airline#themes#generate_color_map(sect1, sect2, sect3, ...) function! airline#themes#generate_color_map(sect1, sect2, sect3, ...)