Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
293 views
in Technique[技术] by (71.8m points)

Vim MatchParen 出锅

假定有这么一行代码:fun()
然后我进入 INSERT mode,往里面加一个参数:fun(")
这时就报错了:

Error detected while processing function <SNR>53_Highlight_Matching_Pair:
line   97:
E475: Invalid argument: 0
Press ENTER or type command to continue

等我写完参数就正常了 fun("str")

这 4 行报错把界面顶上顶下的,怎么让他消停点呢


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...