We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af951d9 commit 7ab5c71Copy full SHA for 7ab5c71
.gitignore
@@ -5,6 +5,7 @@
5
/.config
6
/.coverage.covimerage
7
/.local
8
+/.viminfo
9
/coverage.xml
10
/doc/tags
11
/issues
scripts/run-vim
@@ -34,13 +34,13 @@ fi
34
35
if [ $coverage -eq 1 ]; then
36
covimerage -q run --report-file /tmp/vim-go-test/cov-profile.txt --append \
37
- $dir/bin/vim --noplugin -u NONE -N \
+ $dir/bin/vim --noplugin -u NONE -i NONE -N \
38
+"set shm+=WAFI rtp^=$vimgodir packpath=$dir/share/vim/vimgo" \
39
+'filetype plugin indent on' \
40
+'packloadall!' \
41
"$@"
42
else
43
44
45
46
0 commit comments