]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2189: cannot repeat a command that uses the small delete register v8.2.2189
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Dec 2020 16:59:35 +0000 (17:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Dec 2020 16:59:35 +0000 (17:59 +0100)
commit032a2d050b82b146d70d6ff714838ee62c07d8ad
tree03f817b100395145e6ee45df16fd541ede28945d
parentcd45ed03bfdd7fac53d562ad402df74bd26e7754
patch 8.2.2189: cannot repeat a command that uses the small delete register

Problem:    Cannot repeat a command that uses the small delete register.
Solution:   Store the register name instead of the contents. (Christian
            Brabandt, closes #7527)
src/ops.c
src/register.c
src/testdir/test_registers.vim
src/version.c