We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906a2ae commit 83db28aCopy full SHA for 83db28a
src/actions/replace.py
@@ -5,6 +5,6 @@
5
6
@mod.action_class
7
class Actions:
8
- def cursorless_replace(target: dict, texts: list[str] or dict):
+ def cursorless_replace(target: dict, texts: list[str]):
9
"""Replace targets with texts"""
10
actions.user.cursorless_single_target_command("replace", target, texts)
0 commit comments