XML Folding


Ⅰ. 插件描述

Folds XML / HTML Tags, CDATA and comments

Ⅱ. 基本信息

创建日期:  2006-01-03
使用用户:  11
Github星:  7
插件作者:  Thadeu de Paula

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin '/xml-folding'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle '/xml-folding'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug '/xml-folding'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/vim-scripts/XML-Folding

Ⅳ. 文档说明

It pretend to be the fold solution for all XML/HTML/SVG and other xml derivated...

This script supports:

Tag folds between two different lines: <tag> </tag>
Comments folds: <!-- comment -->
CDATA folds content between "<!<CDATA[" and "]]>"

添加新评论