commit | a74901929e999a0052c1ce388ab09359c10cbb0d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 12:26:14 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 22 12:26:14 2021 +0200 |
tree | e47e3b9f9d8be901e2762dadf3e94da96dea9894 | |
parent | f674b358fc18cf1641a066cc5de73da69e651024 [diff] [blame] |
patch 8.2.3199: Vim9: execution speed can be improved Problem: Vim9: execution speed can be improved. Solution: Make the break counter static.
diff --git a/src/version.c b/src/version.c index 631c122..cd0f9ec 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3199, +/**/ 3198, /**/ 3197,