commit | eadee486c70946ad0e1746d77898d6f4f4acc817 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 15:37:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 04 15:37:31 2020 +0200 |
tree | d36a72738e256191c2201dd015940cbcc2f13321 | |
parent | fe6dce873954a216eedb686bd5006710ffff4b89 [diff] [blame] |
patch 8.2.1587: loop for handling keys for the command line is too long Problem: Loop for handling keys for the command line is too long. Solution: Move wild menu handling to separate functions. (Yegappan Lakshmanan, closes #6856)
diff --git a/src/version.c b/src/version.c index 86c2cfe..92ff1e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1587, +/**/ 1586, /**/ 1585,