mirror of
https://github.com/ViViDboarder/force-vim.git
synced 2024-11-21 19:26:34 +00:00
Neomake support
This commit is contained in:
parent
50199e9cba
commit
ff9d642517
@ -70,7 +70,9 @@ function! ForceTryStart(...)
|
|||||||
if a:0 > 0
|
if a:0 > 0
|
||||||
let command = a:1
|
let command = a:1
|
||||||
|
|
||||||
if exists(":Dispatch")
|
if exists(':Neomake')
|
||||||
|
let command = "NeomakeSh " . command
|
||||||
|
elseif exists(":Dispatch")
|
||||||
" Determine foreground or background
|
" Determine foreground or background
|
||||||
if g:force_dispatch_background == 1
|
if g:force_dispatch_background == 1
|
||||||
let fgbg = "! "
|
let fgbg = "! "
|
||||||
|
Loading…
Reference in New Issue
Block a user