summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-13 22:15:56 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-13 22:15:56 +0200
commit3d30af8783bf43fbfece641ec81ad8d2f01b3735 (patch)
treede6cca0163885d9bcdc5a223a76abf5f3e9393bb /src/version.c
parentb9616af23f31fc18721a92643c21f42b69854efe (diff)
patch 8.2.1844: using "q" at the more prompt doesn't stop a long messagev8.2.1844
Problem: Using "q" at the more prompt doesn't stop a long message. Solution: Check for "got_int". (closes #7122)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0e5c4df494..c6f98c36d0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1844,
+/**/
1843,
/**/
1842,