Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我在 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 插件。