commit | 73a16c22a4703cb9a7becdf459ce62bd894980d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 17:40:36 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 08 17:40:36 2022 +0000 |
tree | 4b5f54f6818c002c14bfbf3ce7f4cd1744e2b071 | |
parent | e3537aec2f8d6470010547af28dcbd83d41461b8 [diff] [blame] |
patch 8.2.4328: command line complete matches cleard when typing character Problem: Command line complete matches cleard when typing character. (Dominique Pellé) Solution: Only remove a popup menu if there is one.
diff --git a/src/version.c b/src/version.c index 9d5fbc2..7e61af9 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4328, +/**/ 4327, /**/ 4326,