mirror of
https://github.com/vim-airline/vim-airline-themes
synced 2025-02-19 19:26:52 +00:00
10 lines
255 B
VimL
10 lines
255 B
VimL
" MIT License. Copyright (c) 2013-2019 Bailey Ling & Contributors.
|
|
" vim: et ts=2 sts=2 sw=2
|
|
|
|
scriptencoding utf-8
|
|
|
|
if &cp || v:version < 702 || (exists('g:loaded_airline_themes') && g:loaded_airline_themes)
|
|
finish
|
|
endif
|
|
let g:loaded_airline_themes = 1
|