forked from aniani/vim
patch 8.0.1224: still interference between test functions
Problem: Still interference between test functions.
Solution: Clear autocommands. Wipe all buffers. Fix tests that depend on a
specific start context.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
func SetUp()
|
||||
let s:topdir = expand('%:h') . '/Xdir'
|
||||
let s:topdir = getcwd() . '/Xdir'
|
||||
exe 'set packpath=' . s:topdir
|
||||
let s:plugdir = s:topdir . '/pack/mine/opt/mytest'
|
||||
endfunc
|
||||
|
||||
Reference in New Issue
Block a user