commit | 7d41410a455ba62128655beb91c35d3fba299287 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 19:39:20 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 19:39:20 2021 +0100 |
tree | 65c38da73c619ec0d4a400ccd63c9d864c31af19 | |
parent | 2c6553498e790604f50016d8435403523a2576d6 [diff] [blame] |
patch 8.2.2548: May get stuck in the cmdline window using :normal Problem: May get stuck in the cmdline window using :normal. Solution: Have nv_esc() return K_IGNORE.
diff --git a/src/version.c b/src/version.c index 7eb0d05..3d52e49 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2548, +/**/ 2547, /**/ 2546,