From 0e66fc915c5c7d8f18eb62f69230393465812fc3 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 17 Aug 2015 09:51:09 +0200 Subject: [PATCH] Add test for fish shell. --- test/addLinesFish.expected | 4 ++++ test/testAddLinesFish.vim | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 test/addLinesFish.expected create mode 100644 test/testAddLinesFish.vim diff --git a/test/addLinesFish.expected b/test/addLinesFish.expected new file mode 100644 index 0000000..8e2c2ec --- /dev/null +++ b/test/addLinesFish.expected @@ -0,0 +1,4 @@ + +--- Signs --- +Signs for fixture.txt: + line=2 id=3000 name=GitGutterLineAdded diff --git a/test/testAddLinesFish.vim b/test/testAddLinesFish.vim new file mode 100644 index 0000000..f1c6bab --- /dev/null +++ b/test/testAddLinesFish.vim @@ -0,0 +1,7 @@ +set shell=/usr/local/bin/fish +source helper.vim +call Setup() + +normal ggo* +write +call DumpSigns('addLinesFish')