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

dot-repeat echoes sometimes ':call targets#do()' #279

Open
astier opened this issue Mar 16, 2023 · 0 comments
Open

dot-repeat echoes sometimes ':call targets#do()' #279

astier opened this issue Mar 16, 2023 · 0 comments

Comments

@astier
Copy link

astier commented Mar 16, 2023

Sometimes but not always repeating an operation on a targets-object with . prints the message :call targets#do() for a couple milliseconds. This is not a deal-breaker but a little bit annoying. Could it be made silent for example by using <cmd>call targets#do()<cr>?

An example would be:

  1. Open a file with the following content (* is the cursor-position):
'f*oo'
'foo'
'foo'
'foo'
'foo'
'foo'
'foo'
'foo'
'foo'
  1. ciqbar to change 'foo' to 'bar'
  2. j to move cursor one line down on the next 'foo'
  3. press . to repeat the last action and to replace 'foo' with 'bar' again
  4. repeat step 3 & 4

Occasionally but not always pressing . will echo :call targets#do() in the cmdline for a couple milliseconds.

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