You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
changed the title
macros broken (fresh install of Janus w/o any modifications)
macros broken
Jun 22, 2017
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
macro
df.iit('^[f i')^[ld$j^
Executing the macro from the beginning of the first line should change
some.thing = foo
toit('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
I have no idea how to debug this. Would be happy to help with some guidance.
Let me know if you need more information.
The text was updated successfully, but these errors were encountered: