Skip to content

Commit a686e19

Browse files
Merge branch 'snippetVariants' of github.com:cursorless-dev/cursorless into snippetVariants
2 parents f12c7f4 + 1966999 commit a686e19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cursorless-talon/src/snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def private_cursorless_insert_community_snippet(
132132
"""Cursorless: Insert community snippet <name>"""
133133
insert_community_snippet(
134134
name,
135-
None, # substitutions
136-
destination,
135+
substitutions=None,
136+
destination=destination,
137137
)
138138

139139
def private_cursorless_wrap_with_community_snippet(

0 commit comments

Comments
 (0)