3

这似乎是由 errorformat 错误引起的,但我不确定是什么导致它查看当前值。

的结果:make %

/Users/seanhess/sandbox/typescript/main.ts (62,15): Expected ';'
"~/sandbox/typescript/main.ts " [New File]    

当前值set errorformat?

errorformat= %#%f(%l\,%c): %m

如果有帮助,这是定义它的包。https://github.com/leafgarland/typescript-vim/blob/master/compiler/typescript.vim

4

1 回答 1

3

显然%#等同*于正则表达式

errorformat=\ %#%f\ %#(%l\\\,%c):\ %m
于 2012-11-09T18:52:19.007 回答