fix blumba test
This commit is contained in:
parent
5af229abc0
commit
1356560f9a
@ -155,7 +155,7 @@ from UltiSnips.snippet.definition import UltiSnipsSnippetDefinition
|
||||
|
||||
class MySnippetSource(SnippetSource):
|
||||
def get_snippets(self, filetypes, before, possible, autotrigger_only):
|
||||
if before.endswith('blumba'):
|
||||
if before.endswith('blumba') and autotrigger_only == False:
|
||||
return [
|
||||
UltiSnipsSnippetDefinition(
|
||||
-100, "blumba", "this is a dynamic snippet", "", "", {}, "blub",
|
||||
|
Loading…
Reference in New Issue
Block a user