From 08269fb916b73abb0ae843e8f1d069cfe7abc2c7 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 24 Feb 2016 00:55:20 +0000 Subject: [PATCH] Make TODO and NOTE C snippets more general --- UltiSnips/c.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UltiSnips/c.snippets b/UltiSnips/c.snippets index a900226..77f03f5 100644 --- a/UltiSnips/c.snippets +++ b/UltiSnips/c.snippets @@ -158,13 +158,13 @@ endsnippet # TODO: Should this be in all.snippets? # 1. Take the form ' TODO: issue ${1:id} $0' snippet todo "Todo comment" -// TODO: redmine(${1:issue}) $0 +// TODO$1: $0 endsnippet # TODO: Should this be in all.snippets? # 1. Take the form ' NOTE: issue ${1:id} $0' snippet note "Note comment" -// NOTE: $0 +// NOTE$1: $0 endsnippet snippet in "Doxygen [in]" i