shellescaped(expand()) the filename passed to coffee
This commit is contained in:
parent
a9685fbbf3
commit
10bc9fea44
@ -20,7 +20,7 @@ if !executable("coffee")
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
function! SyntaxCheckers_coffee_GetLocList()
|
function! SyntaxCheckers_coffee_GetLocList()
|
||||||
let makeprg = 'coffee -c -l -o /tmp %'
|
let makeprg = 'coffee -c -l -o /tmp '.shellescape(expand('%'))
|
||||||
let errorformat = 'Syntax%trror: In %f\, %m on line %l,%EError: In %f\, Parse error on line %l: %m,%EError: In %f\, %m on line %l,%W%f(%l): lint warning: %m,%-Z%p^,%W%f(%l): warning: %m,%-Z%p^,%E%f(%l): SyntaxError: %m,%-Z%p^,%-G%.%#'
|
let errorformat = 'Syntax%trror: In %f\, %m on line %l,%EError: In %f\, Parse error on line %l: %m,%EError: In %f\, %m on line %l,%W%f(%l): lint warning: %m,%-Z%p^,%W%f(%l): warning: %m,%-Z%p^,%E%f(%l): SyntaxError: %m,%-Z%p^,%-G%.%#'
|
||||||
|
|
||||||
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user