Skip to content

Commit

Permalink
Add test for fish shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Aug 17, 2015
1 parent beb20d3 commit 0e66fc9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/addLinesFish.expected
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

--- Signs ---
Signs for fixture.txt:
line=2 id=3000 name=GitGutterLineAdded
7 changes: 7 additions & 0 deletions test/testAddLinesFish.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set shell=/usr/local/bin/fish
source helper.vim
call Setup()

normal ggo*
write
call DumpSigns('addLinesFish')

0 comments on commit 0e66fc9

Please sign in to comment.