diff options
Diffstat (limited to 'vim/bundle/vim-gitgutter/test/testRemoveLines.vim')
-rw-r--r-- | vim/bundle/vim-gitgutter/test/testRemoveLines.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/bundle/vim-gitgutter/test/testRemoveLines.vim b/vim/bundle/vim-gitgutter/test/testRemoveLines.vim new file mode 100644 index 0000000..23d672b --- /dev/null +++ b/vim/bundle/vim-gitgutter/test/testRemoveLines.vim @@ -0,0 +1,6 @@ +source helper.vim +call Setup() + +execute '5d' +write +call DumpSigns('removeLines') |