Neomake support

This commit is contained in:
ViViDboarder 2015-04-01 16:07:37 -07:00
parent 50199e9cba
commit ff9d642517
1 changed files with 3 additions and 1 deletions

View File

@ -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 = "! "