diff options
author | ckelsel <ckelsel@hotmail.com> | 2017-08-30 19:54:14 +0800 |
---|---|---|
committer | ckelsel <ckelsel@hotmail.com> | 2017-08-30 19:59:18 +0800 |
commit | 0e13b15fde1cc02cd1bb390d161cdc13afb96e39 (patch) | |
tree | bb1749d9685f433688b008268e4623dc3abdf987 /src/nvim/version.c | |
parent | 5566f30006a73c30dfbdeece2e08830826d28aa4 (diff) | |
download | rneovim-0e13b15fde1cc02cd1bb390d161cdc13afb96e39.tar.gz rneovim-0e13b15fde1cc02cd1bb390d161cdc13afb96e39.tar.bz2 rneovim-0e13b15fde1cc02cd1bb390d161cdc13afb96e39.zip |
vim-patch:8.0.0209
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)
https://github.com/vim/vim/commit/41baa7983aa81b0343b053e6a672cf8224a10245
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 53b44f8029..d7ebc26321 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -743,7 +743,7 @@ static const int included_patches[] = { // 212, // 211 NA // 210, - // 209, + 209, 208, // 207, // 206, |