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

Breaks macros after second press of t or f #62

Open
aldevv opened this issue Jun 18, 2021 · 1 comment
Open

Breaks macros after second press of t or f #62

aldevv opened this issue Jun 18, 2021 · 1 comment

Comments

@aldevv
Copy link

aldevv commented Jun 18, 2021

Say you have the following line a,, b,, and you wish to delete the extra , after each letter, to do this you record the following macro: qqf,fx which leaves you with the following line after recording: a, b,, then you would run the macro again with @q

Expected Behaviour

to get a line like this: a, b,

Actual Behaviour

a,b,,

steps to reproduce

  1. qq start macro
  2. f,fx (find a comma, then go to the next comma and press x to delete the character)
  3. q to stop the macro
  4. @q to run the macro

vim

neovim 0.5.0 nightly (bare config)

@jam1015
Copy link

jam1015 commented Sep 10, 2021

There might be a solution in this comment thread: ggandor/lightspeed.nvim#7
Also this issue might be a duplicate of #22

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