commit | 032a2d050b82b146d70d6ff714838ee62c07d8ad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 17:59:35 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 22 17:59:35 2020 +0100 |
tree | 03f817b100395145e6ee45df16fd541ede28945d | |
parent | cd45ed03bfdd7fac53d562ad402df74bd26e7754 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d6eaf8d..65dfcdf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2189, +/**/ 2188, /**/ 2187,