commit | 2e34c34be1393027a761ecbccd8f267d52ca7bc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 12:13:33 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 14 12:13:33 2021 +0100 |
tree | 05c7e4c7269d18793d3fe3a2b35c546819993f7e | |
parent | 6bce5856b5fc4d4eb8f75298382251ecda659ac3 [diff] [blame] |
patch 8.2.2602: Vim9: continue doesn't work if :while is very first command Problem: Vim9: continue doesn't work if :while is very first command. (Yegappan Lakshmanan) Solution: Add one to the continue instruction index.
diff --git a/src/version.c b/src/version.c index 0b93372..5f95083 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2602, +/**/ 2601, /**/ 2600,