Made trigger description include trigger by default. Patch suggested by jceb
This commit is contained in:
parent
c1462f3a02
commit
a96a6a31c9
@ -106,7 +106,7 @@ class Snippet(object):
|
|||||||
needs_ws_in_front = property(needs_ws_in_front)
|
needs_ws_in_front = property(needs_ws_in_front)
|
||||||
|
|
||||||
def description(self):
|
def description(self):
|
||||||
return self._d
|
return "(%s) %s" % (self._t, self._d).strip()
|
||||||
description = property(description)
|
description = property(description)
|
||||||
|
|
||||||
def trigger(self):
|
def trigger(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user