pass all args to snip.expand_anon
This commit is contained in:
parent
9649f15a9e
commit
b50c5c86c3
@ -36,8 +36,8 @@ class SnippetUtilForAction(dict):
|
|||||||
super(SnippetUtilForAction, self).__init__(*args, **kwargs)
|
super(SnippetUtilForAction, self).__init__(*args, **kwargs)
|
||||||
self.__dict__ = self
|
self.__dict__ = self
|
||||||
|
|
||||||
def expand_anon(self, snippet):
|
def expand_anon(self, *args, **kwargs):
|
||||||
UltiSnips.UltiSnips_Manager.expand_anon(snippet)
|
UltiSnips.UltiSnips_Manager.expand_anon(*args, **kwargs)
|
||||||
self.cursor.preserve()
|
self.cursor.preserve()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user