这似乎是由于错误格式错误造成的,但我不确定是什么原因造成的,看看当前的值。
: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
发布于 2012-11-10 02:52:19
显然,在正则表达式中,%#等同于*
errorformat=\ %#%f\ %#(%l\\\,%c):\ %mhttps://stackoverflow.com/questions/13274068
复制相似问题