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

Arg delete + undo mangles state of a macro #2

Open
staticshock opened this issue Dec 1, 2012 · 2 comments
Open

Arg delete + undo mangles state of a macro #2

staticshock opened this issue Dec 1, 2012 · 2 comments

Comments

@staticshock
Copy link

Sample file (one line, cursor position on the closing paren):

fn(delete_this_word,)

macro that works: X%wdw
macro that fails: X%wdaaudw

Both macros have identical results when executed manually, but the latter one fails when executed as a macro. The only difference between the macros is the daau, which performs the arg deletion and then undoes it.

@b4winckler
Copy link
Owner

I can confirm this issue. I'll have to investigate further on how this can be fixed.

@b4winckler
Copy link
Owner

I found a recent bug report on vim_dev that may be related to this issue. Apart from this I sat down today and had a look at this issue but so far I have made no headway.

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

2 participants