mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 04:23:46 -05:00
Add test for fish shell.
This commit is contained in:
4
test/addLinesFish.expected
Normal file
4
test/addLinesFish.expected
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
--- Signs ---
|
||||
Signs for fixture.txt:
|
||||
line=2 id=3000 name=GitGutterLineAdded
|
||||
7
test/testAddLinesFish.vim
Normal file
7
test/testAddLinesFish.vim
Normal file
@@ -0,0 +1,7 @@
|
||||
set shell=/usr/local/bin/fish
|
||||
source helper.vim
|
||||
call Setup()
|
||||
|
||||
normal ggo*
|
||||
write
|
||||
call DumpSigns('addLinesFish')
|
||||
Reference in New Issue
Block a user