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 3884a66 commit 2b04a91Copy full SHA for 2b04a91
.github/workflows/vimrc.github
@@ -1,11 +1,9 @@
1
set nocompatible
2
let &runtimepath = expand('$GITHUB_WORKSPACE')..','..&runtimepath
3
-let g:virtualenv#auto_activate_everywhere = 1
4
+let g:virtualenv#auto_activate_everywhere = 1
5
6
function! g:ExitTest()
7
- for l:err in v:errors
8
- echo l:err
9
- endfor
+ for l:err in v:errors | echo l:err | endfor
10
execute 'cquit! '..!empty(v:errors)
11
endfunction
0 commit comments