Skip to content

Commit 1c6ad8b

Browse files
committed
update
1 parent 8ff94b2 commit 1c6ad8b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- name: Setup Vim
2727
uses: rhysd/action-setup-vim@v1
28+
id: vim
2829
with:
2930
version: ${{ matrix.vim }}
3031

test/.themisrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
let s:deps = themis#helper('deps')
22
call s:deps.git('vim-airline/vim-airline')
3+
4+
call themis#helper('command')

test/airline-themes.vim renamed to test/test.vim

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ let s:themes_dir = expand('<sfile>:h:h') . '/autoload/airline/themes'
44
let s:themes = map(glob(s:themes_dir . '/*.vim', 1, 1), 'fnamemodify(v:val, ":t:r")')
55
let s:suite = themis#suite('vim-airline-themes')
66

7-
call themis#helper('command')
8-
97
function! s:Test(theme)
108
Throws execute('AirlineTheme ' . a:theme)
119
endfunction

0 commit comments

Comments
 (0)