Skip to content

Command Prioritization #241

@ThandiBrown

Description

@ThandiBrown
at <phrase> and <phrase>:
    "["
    insert(user.formatted_text(phrase_1, "SNAKE_CASE"))
    "]["
    insert(user.formatted_text(phrase_2, "SNAKE_CASE"))
    "]"
and:" and "

yes so it chooses to pick the second/shorter command
If I say:
"at flex and yank"
It will output:
[flex] and y
Even though the command history registered it as:
"at flex and yank"
(I'm saying the phrase pretty quickly)
The desired output is:
[flex][yank]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions