This commit is contained in:
kazukazuinaina
2022-06-29 00:46:17 +09:00
parent 8ff94b2138
commit 1c6ad8bf8f
3 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,4 @@
let s:deps = themis#helper('deps')
call s:deps.git('vim-airline/vim-airline')
call themis#helper('command')

View File

@@ -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