aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/plugged/vim-airline-themes/plugin/airline-themes.vim
blob: d3ea8a522841ddb136a98bce65d950a681807e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
" MIT License. Copyright (c) 2013-2020 Bailey Ling & Contributors.
" vim: et ts=2 sts=2 sw=2

let s:save_cpo = &cpo
set cpo&vim

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

let &cpo = s:save_cpo
unlet s:save_cpo