commit | 3ddb1182b7b8d376e59b444f6b3e213f0dcd3417 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 22:14:37 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 22:14:37 2023 +0000 |
tree | e1e3f61484c3f6ecfba2ab67fbb7c799b18b47fb | |
parent | 44e08c1cf83f5a50f8b21613551304a6651c1161 [diff] [blame] |
patch 9.0.1349: "gr" with a count fails Problem: "gr" with a count fails. Solution: Break out of the loop only after using the count.
diff --git a/src/version.c b/src/version.c index 023548b..d9fb764 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1349, +/**/ 1348, /**/ 1347,