summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-03-14 12:13:33 +0100
committerBram Moolenaar <Bram@vim.org>2021-03-14 12:13:33 +0100
commit2e34c34be1393027a761ecbccd8f267d52ca7bc1 (patch)
tree05c7e4c7269d18793d3fe3a2b35c546819993f7e /src/version.c
parent6bce5856b5fc4d4eb8f75298382251ecda659ac3 (diff)
downloadvim-git-2e34c34be1393027a761ecbccd8f267d52ca7bc1.tar.gz
patch 8.2.2602: Vim9: continue doesn't work if :while is very first commandv8.2.2602
Problem: Vim9: continue doesn't work if :while is very first command. (Yegappan Lakshmanan) Solution: Add one to the continue instruction index.
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 0b9337240..5f950831b 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 */
/**/
+ 2602,
+/**/
2601,
/**/
2600,