Closed strottie closed 3 years ago
From the README:
The
.
command will work as expected if you install repeat.vim.
This might be possible to implement without an external dependency by abusing 'operatorfunc'
. I do not have the bandwidth to investigate.
I often runC-a to increment a number and then use "." to repeat the increment on the same number or a different one. This basic functionality of vim is broken when vim-speeddating is loaded, even if incrementing a simple number.
This issue is to track support for repeating incr/decr action with "."