commit | 766ae5b252eaa6ee2bff70f1913d1cbfb51101bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 00:30:51 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 00:30:51 2022 +0100 |
tree | c8e34f8e495b00c7e36e9310ab5becb5f9924ecc | |
parent | 353b68a99189875a8460124d44fc33eae6def74e [diff] [blame] |
patch 9.0.0460: loop variable can't be found Problem: Loop variable can't be found. Solution: Adjust block_id of the loop variable each round.
diff --git a/src/version.c b/src/version.c index dede808..ab132ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 460, +/**/ 459, /**/ 458,