From 8bde17924cc215ad7e5e24352120c370ededfbd5 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 22 Jun 2016 17:19:45 +0100 Subject: [PATCH] Fix xml snippet for api generator --- UltiSnips/xml_api.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UltiSnips/xml_api.snippets b/UltiSnips/xml_api.snippets index 3fc3c7f..b43a730 100644 --- a/UltiSnips/xml_api.snippets +++ b/UltiSnips/xml_api.snippets @@ -12,8 +12,8 @@ endsnippet snippet struct "api block" ${1:name} - ${1:name}${2:type} - ${3:description}$0 + ${3:name}${4:type} + ${5:description}$0 ${2:description}