The behaviour is inconsistent, but usually when I call :Make [arguments], the
subsequent calls to :Make will pass these arguments.
Sometimes, the arguments get forgotten, and :Make just runs &compilerprg.
Sometimes, running :Make [args1] then :Make [args2] actually runs :Make [args1] [args2].
I can handle this inconsistency by manually resetting :compiler, but it keeps slowing me down.
The behaviour is inconsistent, but usually when I call
:Make [arguments], thesubsequent calls to
:Makewill pass these arguments.Sometimes, the arguments get forgotten, and
:Makejust runs&compilerprg.Sometimes, running
:Make [args1]then:Make [args2]actually runs:Make [args1] [args2].I can handle this inconsistency by manually resetting
:compiler, but it keeps slowing me down.