From ad850f303bb1d50ed8520a7b6b47e452e641c180 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Thu, 3 May 2012 00:12:10 +0200 Subject: [PATCH] add guard to the . python implementation --- snippets/python.snippets | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/python.snippets b/snippets/python.snippets index 7f58d98..3a88b08 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -76,6 +76,7 @@ snippet cascii snippet ld ${1:var} = lambda ${2:vars} : ${3:action} snippet . +guard left =~ '^\s*$' self. snippet try Try/Except try: