Skip to content

macros broken #696

@mikeabiezzi

Description

@mikeabiezzi

The following Macro does not work properly in the current version of Janus:

I test this in VIM with a brand new Mac user (Sierra) before installing Janus, and it worked fine. After installing Janus, it no longer worked.

text to execute macro on

some.thing = foo
some.thing = foo

macro df.iit('^[f i')^[ld$j^

Executing the macro from the beginning of the first line should change some.thing = foo to it('thing') and then place the cursor at the beginning of the second line.

Instead, it produces the following and highlights all text in visual mode

thing = foo
some.thing = foo

I have no idea how to debug this. Would be happy to help with some guidance.
Let me know if you need more information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions