Skip to content

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

@astier

Description

@astier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions