在 Vim 中保存 JavaScript 文件时出错
Error occured when saving JavaScript file in Vim
当我在 Vim 中保存 JavaScript 文件时,总是出现此错误。
Error detected while processing function
107_BufWritePostHook[3]..107_UpdateErrors[15]..107_CacheErrors[20]..352[17]..359:
line 1:
E730: using List as a String
Error detected while processing function 107_BufWritePostHook[3]..107_UpdateErrors[15]..107_CacheErrors:
line 20:
E712: Argument of extend() must be a List or Dictionary
不知道是哪个插件坏了...尝试用错误语句搜索,但是没有成功。
请告诉我如何检查。
执行 :scriptnames
以列出来自 Vim 的所有脚本。 107号就是你要找的剧本
当我在 Vim 中保存 JavaScript 文件时,总是出现此错误。
Error detected while processing function 107_BufWritePostHook[3]..107_UpdateErrors[15]..107_CacheErrors[20]..352[17]..359: line 1: E730: using List as a String Error detected while processing function 107_BufWritePostHook[3]..107_UpdateErrors[15]..107_CacheErrors: line 20: E712: Argument of extend() must be a List or Dictionary
不知道是哪个插件坏了...尝试用错误语句搜索,但是没有成功。
请告诉我如何检查。
执行 :scriptnames
以列出来自 Vim 的所有脚本。 107号就是你要找的剧本