commit | 3a56b6d405fc0f1ca928b77382f97d0c552bea64 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Apr 08 11:56:14 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 08 11:56:14 2022 +0100 |
tree | 14723611ebb679b54619d713c26a80c9a9696206 | |
parent | ac72c21da696cf6c31630a9e5ff4c0d3e2049c11 [diff] [blame] |
patch 8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehaves Problem: When 'insermode' is set :edit from <Cmd> mapping misbehaves. Solution: Don't set "need_start_insertmode" when already in Insert mode. (closes #10116)
diff --git a/src/version.c b/src/version.c index 9561003..54efff4 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4711, +/**/ 4710, /**/ 4709,