From 5c40cc9805fb805473274156b7c60f33079b9a71 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Thu, 15 Sep 2022 14:38:40 -0500 Subject: [PATCH] Updates I don't know the history of these changes, but this is how I found the XML vim syntax file when I began my fork. --- syntax/xml.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/syntax/xml.vim b/syntax/xml.vim index 7b503ab..41a4b6c 100644 --- a/syntax/xml.vim +++ b/syntax/xml.vim @@ -3,7 +3,8 @@ " Maintainer: Johannes Zellner " Author and previous maintainer: " Paul Siegmann -" Last Change: 2013 Jun 07 +" Lorenzo Ruiz +" Last Change: 2016 Jan 01 " Filenames: *.xml " $Id: xml.vim,v 1.3 2006/04/11 21:32:00 vimboss Exp $ @@ -160,7 +161,7 @@ if exists('g:xml_syntax_folding') syn match xmlEndTag \ +"']\+>+ \ contained - \ contains=xmlNamespace,xmlAttribPunct,@xmlTagHook + \ contains=xmlTagName,xmlNamespace,xmlAttribPunct,@xmlTagHook " tag elements with syntax-folding. @@ -344,3 +345,4 @@ let &cpo = s:xml_cpo_save unlet s:xml_cpo_save " vim: ts=8 + -- 2.45.2