From f68fb27270dfc49e8bfe7f62cd2c6974abbdacc5 Mon Sep 17 00:00:00 2001 From: kongo2002 Date: Fri, 19 Jul 2013 01:05:19 +0200 Subject: [PATCH] scala fsc: use util#shexpand() instead --- syntax_checkers/scala/fsc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_checkers/scala/fsc.vim b/syntax_checkers/scala/fsc.vim index 3a2cd326..02834aa5 100644 --- a/syntax_checkers/scala/fsc.vim +++ b/syntax_checkers/scala/fsc.vim @@ -27,7 +27,7 @@ function! SyntaxCheckers_scala_fsc_GetLocList() " fsc has some serious problems with the " working directory changing after being started " that's why we better pass an absolute path - let file = expand('%:p') + let file = syntastic#util#shexpand('%:p') let args = '-Ystop-after:parser ' . g:syntastic_scala_options let makeprg = 'fsc ' . args . ' ' . file