From dfac44c7b38effad55db468fcf6db586644d6fcb Mon Sep 17 00:00:00 2001 From: Pokey Rule Date: Tue, 26 Oct 2021 19:09:00 +0100 Subject: [PATCH] Remove knausj conflict --- src/actions/actions.py | 2 +- src/command.py | 2 +- src/snippets.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/actions/actions.py b/src/actions/actions.py index 4f8156c5..ccd7bbe3 100644 --- a/src/actions/actions.py +++ b/src/actions/actions.py @@ -87,7 +87,7 @@ def vscode_command_no_wait(command_id: str, target: dict, command_options: dict "swap_action": {"swap": "swapTargets"}, "move_bring_action": {"bring": "replaceWithTarget", "move": "moveToTarget"}, "wrap_action": {"wrap": "wrapWithPairedDelimiter", "repack": "rewrap"}, - "insert_snippet_action": {"snip": "insertSnippet"}, + "insert_snippet_action": {"snippet": "insertSnippet"}, "reformat_action": {"format": "applyFormatter"}, } diff --git a/src/command.py b/src/command.py index fca34bf1..06829fc4 100644 --- a/src/command.py +++ b/src/command.py @@ -54,7 +54,7 @@ def cursorless_this_command( ): """Execute cursorless command, passing `this` as single target""" actions.user.cursorless_multiple_target_command( - action, [STRICT_HERE], arg1, arg2, arg3 + action, [IMPLICIT_TARGET], arg1, arg2, arg3 ) def cursorless_single_target_command_with_arg_list( diff --git a/src/snippets.py b/src/snippets.py index 12ae458a..91c71549 100644 --- a/src/snippets.py +++ b/src/snippets.py @@ -105,4 +105,4 @@ def on_ready(): ) -app.register("ready", on_ready) \ No newline at end of file +app.register("ready", on_ready)