mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
themes: remove tabs for indenting
This commit is contained in:
parent
7181950501
commit
19360bac63
@ -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, ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user