aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-gitgutter/test/testOrphanedSigns.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/bundle/vim-gitgutter/test/testOrphanedSigns.vim')
-rw-r--r--vim/bundle/vim-gitgutter/test/testOrphanedSigns.vim8
1 files changed, 8 insertions, 0 deletions
diff --git a/vim/bundle/vim-gitgutter/test/testOrphanedSigns.vim b/vim/bundle/vim-gitgutter/test/testOrphanedSigns.vim
new file mode 100644
index 0000000..35992d2
--- /dev/null
+++ b/vim/bundle/vim-gitgutter/test/testOrphanedSigns.vim
@@ -0,0 +1,8 @@
+source helper.vim
+call Setup()
+
+execute "normal 5GoX\<CR>Y"
+write
+execute '6d'
+write
+call DumpSigns('orphanedSigns')