commit | d832c3c56ec7043322ad3e99897e312700fa1d3e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 15 15:09:06 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 15 15:09:06 2021 +0200 |
tree | 95919cb760135c65c8158c5d076277ffa372f2aa | |
parent | 761ead497feff5fd259c9f6ca76d184bb8755373 [diff] [blame] |
patch 8.2.2853: window is not updated after using <Cmd> mapping Problem: Window is not updated after using <Cmd> mapping. Solution: So jump to cmdline_changed but skip autocommand.
diff --git a/src/version.c b/src/version.c index f7406ee..d04ebfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2853, +/**/ 2852, /**/ 2851,