简体   繁体   中英

Error occured when saving JavaScript file in Vim

When I save JavaScript file in Vim, I always get this error.

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

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.

Do :scriptnames to list all the scripts sourced by Vim. Number 107 is the script you are looking for.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM