sponsor Vim development Vim logo Vim Book Ad

xmledit : A filetype plugin to help edit XML, HTML, and SGML documents

 script karma  Rating 1175/450, Downloaded by 23516

created by
Devin Weaver
 
script type
ftplugin
 
description
This script provides some convenience when editing XML (and some SGML including
HTML) formated documents. It allows you to jump to the beginning or end of the
tag block your cursor is in. '%' will jump between '<' and '>' within the tag
your cursor is in. When in insert mode and you finish a tag (pressing '>') the
tag will be completed. If you press '>' twice it will complete the tag and
place the cursor in the middle of the tags on it's own line.

For the latest development snapshot visit
    http://github.com/sukima/xmledit/tree/master/
 
install details
This new version has the documentation coupled with the script. You only need one file xml.vim.

Place this file in your ftplugin directory (i.e. '~/.vim/ftplugin/xml.vim) Type :help ftplugins for more information on installation.

The documentation will install automatically the first time the plugin is ran. *NOTE* the first time the plugin is ran is NOT the first time VIM is ran. Because this is a file plugin you have to open an XML document to execute the script. So open a new test.xml file at first.

The html.vim script that came with the old tarball is now in the documentation as an example. to use it just copy/paste it into the file html.vim. See :help xml-plugin-html after the documentation installs.

ChangeLog and older versions availiable on request.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
xml.vim 1.84 2009-04-07 7.0 Devin Weaver Latest development build after move to Git repository. No new features.
xml.vim 82 2009-02-06 7.0 Devin Weaver Add a special jump tag used to allow the cursor to move from inside a tag to outside and continue typing. See xml_jump_string in the documentation for details.
xml.vim 65 2008-02-08 7.0 Devin Weaver Several bug fixes and latest development snap shot.
xml.vim 1.29 2005-05-14 6.0 Devin Weaver Fixed some documentation. Added <a> tag to html example.
Added Visual select tag mapping. Cosmetics

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
SourceForge.net Logo