Skip to content

Commit edf94f7

Browse files
kelvinstjbodah
authored andcommitted
Using mix compile, not mix as makeprg for mix compiler
1 parent 8bdf686 commit edf94f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/mix.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ if exists(":CompilerSet") != 2
77
command -nargs=* CompilerSet setlocal <args>
88
endif
99

10+
CompilerSet makeprg=mix\ compile
1011
CompilerSet errorformat=%A%t%*[^:]:\ %m,%C%f:%l:\ %m,%C%f:%l,%Z
11-
CompilerSet makeprg=mix

0 commit comments

Comments
 (0)