VimAddin icon indicating copy to clipboard operation
VimAddin copied to clipboard

Repeating last insert with [.] doesn't play well with autocomplete

Open alextsui05 opened this issue 11 years ago • 0 comments

  1. I type a single character and use it to autocomplete.
  2. I return to normal mode and go somewhere else.
  3. I press [.] to repeat the last insertion.
  4. Here, I expect to get the autocompleted string inserted under the caret, but instead, I get a single character.

alextsui05 avatar Jul 28 '14 14:07 alextsui05