All Projects → othree → Xml.vim

othree / Xml.vim

helps editing xml (and [x]html, sgml, xslt) files

Labels

Projects that are alternatives of or similar to Xml.vim

Cscope.vim
A vim plugin to help you to create/update cscope database and connect to existing proper database automatically.
Stars: ✭ 115 (-6.5%)
Mutual labels:  viml
Vim Nodejs Complete
nodejs 'omnifunc' function of vim
Stars: ✭ 118 (-4.07%)
Mutual labels:  viml
Minimap Vim
Minimap for Vim
Stars: ✭ 121 (-1.63%)
Mutual labels:  viml
Incsearch Fuzzy.vim
Stars: ✭ 116 (-5.69%)
Mutual labels:  viml
Greplace.vim
Global search and replace for VI
Stars: ✭ 116 (-5.69%)
Mutual labels:  viml
Vim Space
space.vim - Smart Space key for Vim
Stars: ✭ 118 (-4.07%)
Mutual labels:  viml
Vim Multicursor
Allows Vim to use multiple cursors simultaneously
Stars: ✭ 114 (-7.32%)
Mutual labels:  viml
Provim
Repository to hold dotfiles and scripts specific to ProVim
Stars: ✭ 122 (-0.81%)
Mutual labels:  viml
Vim Ruby Xmpfilter
helper for ruby's xmpfilter or seeing_is_believing
Stars: ✭ 117 (-4.88%)
Mutual labels:  viml
Vim Gradle
Simple little vim-bundle that recognizes .gradle files as being groovy syntax
Stars: ✭ 119 (-3.25%)
Mutual labels:  viml
Vim Jinja
jinja plugins for vim (syntax and indent)
Stars: ✭ 116 (-5.69%)
Mutual labels:  viml
Vim Youdao Translater
vim的有道取词翻译插件
Stars: ✭ 116 (-5.69%)
Mutual labels:  viml
Image.vim
View images in Vim, because Vim is awesome!
Stars: ✭ 119 (-3.25%)
Mutual labels:  viml
Vim Cheat
View cheatsheets via vim
Stars: ✭ 116 (-5.69%)
Mutual labels:  viml
Tmux Config
Configuration and tools for tmux. Can be used as a Vim plugin.
Stars: ✭ 121 (-1.63%)
Mutual labels:  viml
Ember.vim
Vim plugin for the Emberjs frontend framework
Stars: ✭ 115 (-6.5%)
Mutual labels:  viml
Workflowish
A todo "plugin" for Vim, inspired by https://workflowy.com/
Stars: ✭ 118 (-4.07%)
Mutual labels:  viml
Vim Arduino
Compile and Deploy Arduino sketches in Vim
Stars: ✭ 122 (-0.81%)
Mutual labels:  viml
Vim Qfreplace
Perform the replacement in quickfix.
Stars: ✭ 121 (-1.63%)
Mutual labels:  viml
Vimrc
vimrc for PHP & Web developers
Stars: ✭ 119 (-3.25%)
Mutual labels:  viml

Fix some bug by othree.

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1397

A plugin for editing xml. I used xml.vim (http://www.vim.org/scripts/script.php?script_id=301) The script does retain most of the functionality of the original xml.vim

  • closing tags while you type
  • optional adding attributes
  • and more
  • % matches end or begin tag it adds:
  • fold tags, comments and Cdata
  • add start tag
  • add end tags
  • add tag around a visual blok or a tag,
  • join 2 adjacent same tags
  • delete tag
  • delete tag section
  • change a tag
  • visual mode (blocks, listitems The documentation will be created once the script is loaded e.g edit a xml file. Read the help documentation by typing from within vim :help xml-plugin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].