]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0209: cursor binding does not work with :substitute v8.0.0209
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Jan 2017 13:45:09 +0000 (14:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Jan 2017 13:45:09 +0000 (14:45 +0100)
commit41baa7983aa81b0343b053e6a672cf8224a10245
tree57071a4e1724907d7edc3487762551d043c5e9e4
parent25b0e6b701a7a8dfcb4f60e217360a5c75053d8c
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)
src/ex_cmds.c
src/version.c