commit | a52dfaed104183c1fa2a3b6e4430b23d86bcbece | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:21:57 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 20:21:57 2016 +0100 |
tree | 46f8aafba6ce55faab3defcfeb84bb8d0591cc57 | |
parent | e1edc1caba05c553fa60b1cf45a7670b1cfd63fe [diff] [blame] |
patch 7.4.1085 Problem: The CTRL-A and CTRL-X commands do not update the '[ and '] marks. Solution: (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 33eef01..07d2c26 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1085, +/**/ 1084, /**/ 1083,