mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 20:13:46 -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')
|