diff --git a/plugin/ForceCli.vim b/plugin/ForceCli.vim index c0a8b58..4dde2e4 100644 --- a/plugin/ForceCli.vim +++ b/plugin/ForceCli.vim @@ -70,7 +70,9 @@ function! ForceTryStart(...) if a:0 > 0 let command = a:1 - if exists(":Dispatch") + if exists(':Neomake') + let command = "NeomakeSh " . command + elseif exists(":Dispatch") " Determine foreground or background if g:force_dispatch_background == 1 let fgbg = "! "