summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-10-19 15:18:44 +0200
committerBram Moolenaar <Bram@vim.org>2019-10-19 15:18:44 +0200
commitb98678a974914aaf1d00b575364c13a6446353bf (patch)
tree2a9a00300b93f1899fef5c410fcde4a908119461 /src/version.c
parent15ee567809a9808693163dd7c357ef0c172ecc9e (diff)
patch 8.1.2179: pressing "q" at the more prompt doesn't stop Python outputv8.1.2179
Problem: Pressing "q" at the more prompt doesn't stop Python output. (Daniel Hahler) Solution: Check for got_int in writer(). (closes #5053) Also do this for Lua.
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 6a58b3db0e..38f82778b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2179,
+/**/
2178,
/**/
2177,