diff --git a/compiler/typescript.vim b/compiler/typescript.vim index 77121eb..203af9b 100644 --- a/compiler/typescript.vim +++ b/compiler/typescript.vim @@ -22,7 +22,7 @@ execute 'CompilerSet makeprg=' \ . escape(g:typescript_compiler_binary, ' ') \ . '\ ' \ . escape(g:typescript_compiler_options, ' ') - \ . '\ $*\ %' + \ . '\ $*' CompilerSet errorformat=%+A\ %#%f\ %#(%l\\\,%c):\ %m,%C%m