mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
10 lines
188 B
VimL
10 lines
188 B
VimL
source helper.vim
|
|
|
|
edit fix[tu]re.txt
|
|
normal ggo*
|
|
write
|
|
call DumpSigns('filenameWithSquareBrackets')
|
|
|
|
call system('git reset HEAD fix[tu]re.txt')
|
|
call system('git checkout fix[tu]re.txt')
|