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