Update make_args to run the 'default' job by default

This commit is contained in:
Daniel Flanagan 2017-06-05 22:36:35 -05:00
parent 80d84aaf23
commit 9c28e4a080
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ endfun
autocmd BufWritePre,FileWritePre * :call <SID>AutoMakeDirectory()
if !exists("g:make_args")
let g:make_args="run"
let g:make_args="default"
endif
fun! RunMake()
split