Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
get-me-power committed Jun 28, 2022
1 parent 8ff94b2 commit 1c6ad8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Setup Vim
uses: rhysd/action-setup-vim@v1
id: vim
with:
version: ${{ matrix.vim }}

Expand Down
2 changes: 2 additions & 0 deletions test/.themisrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
let s:deps = themis#helper('deps')
call s:deps.git('vim-airline/vim-airline')

call themis#helper('command')
2 changes: 0 additions & 2 deletions test/airline-themes.vim → test/test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c6ad8b

Please sign in to comment.