每次我在vim中保存xml文件(通常是maven pom文件)时,它都会报告以下错误:
(1 of 1) error: Validation failed: no DTD found !
Press ENTER or type command to continue
这很烦人。我想告诉vim在保存时停止验证xml文件,但我对其他解决方案持开放态度。错误似乎来自xmllint,但篡改xmllint.vim文件没有任何效果。
原来是执行验证的eclim插件。