commit | 1ea69b7077fe26466210bd00bb20c35be84cca40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 19:24:26 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 16 19:24:26 2012 +0100 |
tree | 1b112be14b7fde5bea6d0f287a8d736deb9cf819 | |
parent | 5ad15df9ce49f0b7adeac2c8387319d6f309bd5f [diff] [blame] |
updated for version 7.3.473 Problem: 'cursorbind' does not work correctly in combination with 'virtualedit' set to "all". Solution: Copy coladd. (Gary Johnson)
diff --git a/src/version.c b/src/version.c index f52d9fa..3f36bbd 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 473, +/**/ 472, /**/ 471,