Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macros broken #696

Open
mikeabiezzi opened this issue Jun 22, 2017 · 0 comments
Open

macros broken #696

mikeabiezzi opened this issue Jun 22, 2017 · 0 comments

Comments

@mikeabiezzi
Copy link

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.

@mikeabiezzi mikeabiezzi changed the title Fresh install of Janus w/o any modifications breaks VIM macro Janus breaks VIM macro (fresh install w/o any modifications) Jun 22, 2017
@mikeabiezzi mikeabiezzi changed the title Janus breaks VIM macro (fresh install w/o any modifications) macros broken (fresh install of Janus w/o any modifications) Jun 22, 2017
@mikeabiezzi mikeabiezzi changed the title macros broken (fresh install of Janus w/o any modifications) macros broken Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant