commit | 3d30af8783bf43fbfece641ec81ad8d2f01b3735 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 22:15:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 22:15:56 2020 +0200 |
tree | de6cca0163885d9bcdc5a223a76abf5f3e9393bb | |
parent | b9616af23f31fc18721a92643c21f42b69854efe [diff] [blame] |
patch 8.2.1844: using "q" at the more prompt doesn't stop a long message Problem: Using "q" at the more prompt doesn't stop a long message. Solution: Check for "got_int". (closes #7122)
diff --git a/src/version.c b/src/version.c index 0e5c4df..c6f98c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1844, +/**/ 1843, /**/ 1842,