aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-gitgutter/test/testUntrackedFileSquareBracketsWithinRepo.vim
blob: b1fd48a24d73c12c8d470d27f93d426b66e05ff4 (plain)
1
2
3
4
5
6
7
8
9
10
source helper.vim

let tmpfile = '[un]trackedFileWithinRepo.tmp'
call system('touch '.tmpfile)
execute 'edit '.tmpfile
normal ggo*
doautocmd CursorHold
call DumpSigns('untrackedFileSquareBracketsWithinRepo')

call system('rm '.tmpfile)