Update make_args to run the 'default' job by default
This commit is contained in:
parent
80d84aaf23
commit
9c28e4a080
|
@ -227,7 +227,7 @@ endfun
|
||||||
autocmd BufWritePre,FileWritePre * :call <SID>AutoMakeDirectory()
|
autocmd BufWritePre,FileWritePre * :call <SID>AutoMakeDirectory()
|
||||||
|
|
||||||
if !exists("g:make_args")
|
if !exists("g:make_args")
|
||||||
let g:make_args="run"
|
let g:make_args="default"
|
||||||
endif
|
endif
|
||||||
fun! RunMake()
|
fun! RunMake()
|
||||||
split
|
split
|
||||||
|
|
Reference in a new issue