diff --git a/compiler/cargo.vim b/compiler/cargo.vim index a511ef6f..898c95be 100644 --- a/compiler/cargo.vim +++ b/compiler/cargo.vim @@ -28,7 +28,9 @@ endif augroup RustCargoQuickFixHooks autocmd! autocmd QuickFixCmdPre make call cargo#quickfix#CmdPre() + autocmd QuickFixCmdPre lmake call cargo#quickfix#CmdPre() autocmd QuickFixCmdPost make call cargo#quickfix#CmdPost() + autocmd QuickFixCmdPost lmake call cargo#quickfix#CmdPost() augroup END " Ignore general cargo progress messages