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.
我经常在 Windows 中的 gVim 中打开 XML 文档,最终所有内容都集中在一行上。我手动执行搜索和替换命令:
:%s/></>\r</g
要获取单个行上的所有字段,然后手动标记这些行。这不适用于较大的文件,并且无论如何在任何大小的文件中都无效。
是否有一种内置于 gVim 的方法,或者是否有一种工具(最好在 gVim 中)可以帮助我将我的 XML 文档格式化为与其在 gVim 中默认打开的单行版本不同的行?
这行得通吗?
http://vim.wikia.com/wiki/Pretty-formatting_XML
它很容易根据需要使用:
:PrettyXML