Skip to content

Commit 3735165

Browse files
committed
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 ad850f3.
1 parent b68e754 commit 3735165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: snippets/python.snippets

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ snippet cascii
7676
snippet ld
7777
${1:var} = lambda ${2:vars} : ${3:action}
7878
snippet .
79-
guard left =~ '^\s*$'
8079
self.
8180
snippet try Try/Except
8281
try:

0 commit comments

Comments
 (0)