commit | e1edc1caba05c553fa60b1cf45a7670b1cfd63fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:08:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:08:03 2016 +0100 |
tree | 33d1a99276d9b5bd5693421aa1b4d8e07d5270da | |
parent | 4514d2769b05faf6edcca42c3ab3d42da84270f1 [diff] [blame] |
patch 7.4.1084 Problem: Using "." to repeat CTRL-A in Visual mode increments the wrong numbers. Solution: Append right size to the redo buffer. (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index b0a3a93..33eef01 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1084, +/**/ 1083, /**/ 1082,