vim-git
vim-git copied to clipboard
Dot Repeat Ctrl-X/A
Now that <C-X/A> are mapped by default (overriding global C-X/A), would you mind making them vim-repeatable as well?
I'm not going to add a plugin dependency, even an optional one, to a runtime file that ships with Vim itself. But it would probably be possible to make them repeatable without the dependency, by converting them to use 'opfunc'. I don't personally have plans to pursue this.
Would it hurt to ship autoload/repeat.vim with Vim? This conversion to an opfuncis a common alternative idiom to appending :repeat#set(...) ? Where to find it?