commit | 9b24dfcb9f676e7f7a09a9062f0d05b2104a87eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 12 15:46:08 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 12 15:46:08 2020 +0100 |
tree | 8537a905d704980fa633385746376b1267618f07 | |
parent | 02ad46394e8f887b60fda994f8a5da2ac1937b23 [diff] [blame] |
patch 8.2.0113: "make cmdidxs" fails Problem: "make cmdidxs" fails. Solution: Allow address for ":cquit". Add --not-a-term to avoid a delay.
diff --git a/src/version.c b/src/version.c index 508db61..ba4fa7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 113, +/**/ 112, /**/ 111,