When I save JavaScript file in Vim, I always get this error.
当我在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
处理函数时检测到错误107_BufWritePostHook [3] .. 107_UpdateErrors [15] .. 107_CacheErrors [20] .. 352 [17] .. 359:第1行:E730:使用List作为字符串处理函数107_BufWritePostHook [3]时检测到错误..107_UpdateErrors [15] .. 107_CacheErrors:第20行:E712:extend()的参数必须是List或Dictionary
Don't know which plug-in is bad... Tried to search with error statement, but it did not work.
不知道哪个插件坏了...试图用错误语句搜索,但它没有用。
Please tell me how to examine.
请告诉我如何检查。
1 个解决方案
#1
0
Do :scriptnames
to list all the scripts sourced by Vim. Number 107 is the script you are looking for.
Do:脚本名称列出Vim提供的所有脚本。数字107是您要查找的脚本。
#1
0
Do :scriptnames
to list all the scripts sourced by Vim. Number 107 is the script you are looking for.
Do:脚本名称列出Vim提供的所有脚本。数字107是您要查找的脚本。