Skip to content

Does not work properly after <C-o>f #110

@yuki-yano

Description

@yuki-yano
  • The input of a is not applied when the following rule is used.
{ 'char': '>', 'at': '(\%#)', 'input': '<Left><C-o>f)<Right>abc' }

Text: (<Cursor>)
Input: >
Output: () bc<Cursor>

  • lexima will stop at the space when you use the following rule.
{ 'char': '>', 'at': '(.*\%#.*)', 'input': '<Left><C-o>f)<Right> => {}<Left>', }

Text: (<Cursor>)
Input: >
Output: () <Cursor>

  • Using the following rule, the input a will be removed and work as expected
{ 'char': '>', 'at': '(.*\%#.*)', 'input': '<Left><C-o>f)<Right>a => {}<Left>', }

Text: (<Cursor>)
Input: >
Output: () => {<Cursor>}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions