We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee267fd commit 85ebd56Copy full SHA for 85ebd56
autoload/gotest.vim
@@ -58,7 +58,7 @@ fun! gotest#load_fixture(path) abort
58
59
call mkdir(fnamemodify(l:full_path, ':h'), 'p')
60
call go#util#Chdir(l:dir . '/src')
61
- silent exe 'noautocmd e ' . a:path
+ silent exe 'noautocmd e! ' . a:path
62
silent exe printf('read %s/test-fixtures/%s', g:vim_go_root, a:path)
63
silent noautocmd w!
64
if go#util#has_job()
0 commit comments