mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-10 12:33:47 -05:00
7 lines
130 B
VimL
7 lines
130 B
VimL
source helper.vim
|
|
|
|
let tmpfile = tempname()
|
|
call system('touch '.tmpfile)
|
|
edit tmpfile
|
|
call DumpSigns('untrackedFileOutsideRepo')
|