commit | cd5dbad184e8235beb13dcd8a22302da09db9766 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed May 04 17:51:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 04 17:51:50 2022 +0100 |
tree | de46398f8bc6cedcfb855133822614bb06993f2d | |
parent | 0395f88b84b8917aeff1f7026cf968de0f55ba22 [diff] [blame] |
patch 8.2.4865: :startinsert right after :stopinsert may not work Problem: :startinsert right after :stopinsert does not work when popup menu is still visible. Solution: Use ins_compl_active() instead of pum_visible(). (closes #10352)
diff --git a/src/version.c b/src/version.c index 1922323..bf2c8dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4865, +/**/ 4864, /**/ 4863,