Files
vim-gitgutter/test/testFollowSymlink.vim
Andy Stewart 4ca2de65b7 More tests.
2014-11-14 14:14:42 +01:00

11 lines
190 B
VimL

source helper.vim
let tmpfile = 'symlink'
call system('ln -nfs fixture.txt '.tmpfile)
execute 'edit '.tmpfile
execute '6d'
write
call DumpSigns('followSymlink')
call system('rm '.tmpfile)