More tests.

This commit is contained in:
Andy Stewart
2014-11-14 14:14:42 +01:00
parent 6cef76aa99
commit 4ca2de65b7
4 changed files with 18 additions and 3 deletions

View 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)