commit | 41baa7983aa81b0343b053e6a672cf8224a10245 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 14:45:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 14:45:09 2017 +0100 |
tree | 57071a4e1724907d7edc3487762551d043c5e9e4 | |
parent | 25b0e6b701a7a8dfcb4f60e217360a5c75053d8c [diff] [blame] |
patch 8.0.0209: cursor binding does not work with :substitute Problem: When using :substitute with the "c" flag and 'cursorbind' is set the cursor is not updated in other windows. Solution: Call do_check_cursorbind(). (Masanori Misono)
diff --git a/src/version.c b/src/version.c index c2a80dc..e74aa5f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 209, +/**/ 208, /**/ 207,