typescript-vim-compiler.patch 427 B

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