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

Problem with macros + paste in visual mode #56

Open
thalesmello opened this issue Feb 11, 2016 · 1 comment
Open

Problem with macros + paste in visual mode #56

thalesmello opened this issue Feb 11, 2016 · 1 comment

Comments

@thalesmello
Copy link

Suppose I have the following text, and that [] represents where my cursor is.

[f]oo bar
beep bop
superman batman
hello world

I want to record a macro to replace each line with the second word. So I type in the sequence qq^wveyVpjq so the corresponding macro is stored in the q register. After recording the macro, the text is in the following state.

bar
[b]eep bop
superman batman
hello world

Now, I wish to type in @q in order to execute the macro stored in the q registers. However, when I do that, this is what the text looks like:

bar
bbo[p]eep bop
superman batman
hello world

I have strong beliefs this is due to Yankstack, because the content of the q register is as follows:

^wveyVp<80><fd>Syankstack_substitute_older_pastej

Are you able to reproduce this issue?

@eduardoarandah
Copy link

Hey!
Got here for the exact same problem

It'll be awesome being able to disable yankstack in macro recording

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