Skip to content

Commit 2b04a91

Browse files
committed
1
1 parent 3884a66 commit 2b04a91

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/vimrc.github

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
set nocompatible
22
let &runtimepath = expand('$GITHUB_WORKSPACE')..','..&runtimepath
3-
let g:virtualenv#auto_activate_everywhere = 1
43

4+
let g:virtualenv#auto_activate_everywhere = 1
55

66
function! g:ExitTest()
7-
for l:err in v:errors
8-
echo l:err
9-
endfor
7+
for l:err in v:errors | echo l:err | endfor
108
execute 'cquit! '..!empty(v:errors)
119
endfunction

0 commit comments

Comments
 (0)