commit | 9c929713b7588f2e44a1533809d2ba0bbd2631be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 07 22:05:28 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 07 22:05:28 2020 +0200 |
tree | b69e75e4d874a32d010dd04c6d69b5eb60e33ad6 | |
parent | e83cca291112ea66f49079975e102ee36a47a24e [diff] [blame] |
patch 8.2.1634: 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 a few more parts to separate functions. (Yegappan Lakshmanan, closes #6895)
diff --git a/src/version.c b/src/version.c index 1b91560..d941c16 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1634, +/**/ 1633, /**/ 1632,