这似乎是由错误格式错误造成的,但我不确定是什么导致它查看当前值。
: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
答案 0 :(得分:3)
显然%#
相当于正则表达式中的*
errorformat=\ %#%f\ %#(%l\\\,%c):\ %m