From 4f6bcae1f99e315d79f5cbf11b166d9cdf527bc6 Mon Sep 17 00:00:00 2001 From: Antoine Dechaume Date: Tue, 19 Nov 2013 21:56:41 +0100 Subject: [PATCH] Revert "python: add TODO snippet" This reverts commit 2675e55dc1fef184539757d8d5f5e190ae0f1e49. --- UltiSnips/python.snippets | 3 --- 1 file changed, 3 deletions(-) diff --git a/UltiSnips/python.snippets b/UltiSnips/python.snippets index 1d9eb9b..6f58aba 100644 --- a/UltiSnips/python.snippets +++ b/UltiSnips/python.snippets @@ -14,9 +14,6 @@ if __name__ == '__main__': ${1:main()}$0 endsnippet -snippet todo "TODO" !b -# TODO: ${1:description} (${2:author} `!v strftime("%d/%m/%y")`) -endsnippet snippet for "for loop" !b for ${1:item} in ${2:iterable}: