*vim-xml-complete* Xml Code Completion ******************* Xml code completion uses the standard Vim code completion mechanism (|vim-code-completion|) like so: > ... < Note: Requires a valid dtd or xsd to determine possible completions. In addition to the standard code completion, eclim also supports auto completion of end tags. When you type ' let b:EclimSgmlCompleteEndTagIgnore = ['br', 'input'] < vim:ft=eclimhelp