Merge pull request #553 from Sathors/patch-1
python: defs snippet name clash
This commit is contained in:
commit
5a73ddadf4
@ -47,7 +47,7 @@ snippet deff
|
||||
def ${1:fname}(${2:`indent('.') ? 'self' : ''`}):
|
||||
${0}
|
||||
# New Method
|
||||
snippet defs
|
||||
snippet defm
|
||||
def ${1:mname}(self, ${2:arg}):
|
||||
${0}
|
||||
# New Property
|
||||
|
Loading…
Reference in New Issue
Block a user