commit | 2f3cd2e4ec5617e3697ec4f4c6e1c9449061ad30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 15:54:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 15:54:00 2020 +0200 |
tree | 4687b2544e21c5316d25e63107f17b7cdcfeea30 | |
parent | 8a0dcf43305586853f452a77fa295b0c8d54b463 [diff] [blame] |
patch 8.2.1622: loop to handle keys for the command line is too long Problem: Loop to handle keys for the command line is too long. Solution: Move code to functions. (Yegappan Lakshmanan, closes #6880)
diff --git a/src/version.c b/src/version.c index cf7de76..1180a60 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1622, +/**/ 1621, /**/ 1620,