From ff9d642517c8c77898b48fd94cd5f7e81481de2f Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 1 Apr 2015 16:07:37 -0700 Subject: [PATCH] Neomake support --- plugin/ForceCli.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = "! "