Make TODO and NOTE C snippets more general

This commit is contained in:
Kenneth Benzie 2016-02-24 00:55:20 +00:00
parent 837fd5cef3
commit 371432423e

View File

@ -158,13 +158,13 @@ endsnippet
# TODO: Should this be in all.snippets? # TODO: Should this be in all.snippets?
# 1. Take the form '<comment> TODO: issue ${1:id} $0' # 1. Take the form '<comment> TODO: issue ${1:id} $0'
snippet todo "Todo comment" snippet todo "Todo comment"
// TODO: redmine(${1:issue}) $0 // TODO$1: $0
endsnippet endsnippet
# TODO: Should this be in all.snippets? # TODO: Should this be in all.snippets?
# 1. Take the form '<comment> NOTE: issue ${1:id} $0' # 1. Take the form '<comment> NOTE: issue ${1:id} $0'
snippet note "Note comment" snippet note "Note comment"
// NOTE: $0 // NOTE$1: $0
endsnippet endsnippet
snippet in "Doxygen [in]" i snippet in "Doxygen [in]" i