commit | dcd40cfca0fe0e65d405ce9711745a8ec846c30c | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sun Apr 23 16:24:08 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 23 16:24:08 2023 +0100 |
tree | d27637dc3d150255a81d954c9f684c7d34766c10 | |
parent | f39d9e9dca443e42920066be3a98fd9780e4ed33 [diff] [blame] |
patch 9.0.1480: using popup menu may leave text in the command line Problem: Using popup menu may leave text in the command line. Solution: Clear the command line if the popup menu covered it. (Luuk van Baal, closes #12286)
diff --git a/src/version.c b/src/version.c index b8cc4d9..c17109c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1480, +/**/ 1479, /**/ 1478,