Revert "add guard to the . python implementation"

reason: causes syntax problems to some people, and there may be bigger
changes due to evaluating merging with ultisnips anyway.

This reverts commit ad850f303bb1d50ed8520a7b6b47e452e641c180.
This commit is contained in:
Marc Weber 2012-12-03 09:39:21 +01:00
parent b68e7544b6
commit 373516590e

View File

@ -76,7 +76,6 @@ snippet cascii
snippet ld
${1:var} = lambda ${2:vars} : ${3:action}
snippet .
guard left =~ '^\s*$'
self.
snippet try Try/Except
try: