mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-01-09 17:12:21 +08:00
update
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
let s:deps = themis#helper('deps')
|
||||
call s:deps.git('vim-airline/vim-airline')
|
||||
|
||||
call themis#helper('command')
|
||||
|
||||
@@ -4,8 +4,6 @@ let s:themes_dir = expand('<sfile>:h:h') . '/autoload/airline/themes'
|
||||
let s:themes = map(glob(s:themes_dir . '/*.vim', 1, 1), 'fnamemodify(v:val, ":t:r")')
|
||||
let s:suite = themis#suite('vim-airline-themes')
|
||||
|
||||
call themis#helper('command')
|
||||
|
||||
function! s:Test(theme)
|
||||
Throws execute('AirlineTheme ' . a:theme)
|
||||
endfunction
|
||||
Reference in New Issue
Block a user