mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
9 lines
88 B
VimL
9 lines
88 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
execute '5d'
|
|
write
|
|
call DumpSigns('removeLines')
|
|
|
|
quit!
|