Skip to content

Commit

Permalink
Add comments to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Apr 10, 2016
1 parent 10008e5 commit 3595d5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/workflow.vader
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ Execute (PlugClean before installation):
q

Execute (plug#end() updates &rtp):
" Plug 'junegunn/goyo.vim', { 'tag': '1.5.3' }
" Plug 'file:///tmp/jg/vim-emoji'
" Plug 'beauty256'
" Plug 'junegunn/seoul256.vim', { 'branch': 'no-t_co', 'rtp': '././' }
call plug#end()
Assert len(&rtp) > len(g:base_rtp)
AssertEqual g:first_rtp, split(&rtp, ',')[0]
Expand Down

0 comments on commit 3595d5b

Please sign in to comment.