mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
9 lines
117 B
VimL
9 lines
117 B
VimL
source helper.vim
|
|
call Setup()
|
|
|
|
execute "normal 5GoX\<CR>Y"
|
|
write
|
|
execute '6d'
|
|
write
|
|
call DumpSigns('orphanedSigns')
|