mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-11 21:03:53 -05:00
More tests.
This commit is contained in:
10
test/testFollowSymlink.vim
Normal file
10
test/testFollowSymlink.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user