From 7320873e04347e6195e96ece38d197522225cdd7 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Thu, 21 Mar 2013 11:35:31 +0100 Subject: [PATCH] Improvements to xml snippets by jhradilek --- UltiSnips/xml.snippets | 4 ++-- doc/UltiSnips.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/UltiSnips/xml.snippets b/UltiSnips/xml.snippets index ef930a6..80b017c 100644 --- a/UltiSnips/xml.snippets +++ b/UltiSnips/xml.snippets @@ -1,9 +1,9 @@ snippet t "Simple tag" b <${1:tag}> ${2:content} - + endsnippet snippet ti "Inline tag" b -<${1:tag}>${2:content} +<${1:tag}>${2:content} endsnippet diff --git a/doc/UltiSnips.txt b/doc/UltiSnips.txt index 2a82d3f..40eef9c 100644 --- a/doc/UltiSnips.txt +++ b/doc/UltiSnips.txt @@ -1337,6 +1337,7 @@ Contributors listed in chronological order: Tom Cammann (takac) Paolo Cretaro (melko) Sergey Alexandrov (taketwo) + Jaromír Hradílek (jhradilek) Thank you for your support.