VimAddin
VimAddin copied to clipboard
Repeating last insert with [.] doesn't play well with autocomplete
- I type a single character and use it to autocomplete.
- I return to normal mode and go somewhere else.
- I press [.] to repeat the last insertion.
- Here, I expect to get the autocompleted string inserted under the caret, but instead, I get a single character.