diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-07-22 12:26:14 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-07-22 12:26:14 +0200 |
commit | a74901929e999a0052c1ce388ab09359c10cbb0d (patch) | |
tree | e47e3b9f9d8be901e2762dadf3e94da96dea9894 /src/version.c | |
parent | f674b358fc18cf1641a066cc5de73da69e651024 (diff) | |
download | vim-git-a74901929e999a0052c1ce388ab09359c10cbb0d.tar.gz |
patch 8.2.3199: Vim9: execution speed can be improvedv8.2.3199
Problem: Vim9: execution speed can be improved.
Solution: Make the break counter static.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 631c12200..cd0f9ec38 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3199, +/**/ 3198, /**/ 3197, |