Files
vim-gitgutter/test/testRemoveLines.vim
2014-11-13 12:32:42 +01:00

9 lines
88 B
VimL

source helper.vim
call Setup()
execute '5d'
write
call DumpSigns('removeLines')
quit!