mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 03:53:47 -05:00
9 lines
93 B
VimL
9 lines
93 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
execute '1d'
|
|
write
|
|
call DumpSigns('removeFirstLines')
|
|
|
|
quit!
|