commit | beb0ef1ab2dbd9760345e3e03647b93914591d56 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Tue Apr 05 15:07:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 15:07:32 2022 +0100 |
tree | 6c210b9fc90f48c2b92a65ac5b0e4d98bbd007a7 | |
parent | 02560424bf838cadc8c19294af6b6b6c383ab291 [diff] [blame] |
patch 8.2.4695: JSON encoding could be faster Problem: JSON encoding could be faster. Solution: Optimize encoding JSON strings. (closes #10086)
diff --git a/src/version.c b/src/version.c index 3e220f5..f4d300b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4695, +/**/ 4694, /**/ 4693,