summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-16 21:19:55 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-16 21:19:55 +0200
commit61386408063a2300d7d7f42c5156f66f6252fb54 (patch)
tree683561ee0950f001b8f717af87c6bb2ef50370c3 /src/version.c
parentc7283078c318277aa4f52ff514e1dc3dc7fa0c80 (diff)
patch 8.1.1703: breaking out of loop by checking window pointer insufficientv8.1.1703
Problem: Breaking out of loop by checking window pointer is insufficient. Solution: Check the window ID and the buffer number. (closes #4683)
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 c37955315b..e3373bed53 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1703,
+/**/
1702,
/**/
1701,