comparison src/version.c @ 25549:dc25589bfec0 v8.2.3311

patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow Commit: https://github.com/vim/vim/commit/dae453f3397a26a53301d7327e6ed43e8b392035 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 17:20:16 2021 +0200 patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow Problem: Vim9: check for DO_NOT_FREE_CNT is very slow. Solution: Move to a separate function so it can be skipped by setting $TEST_SKIP_PAT.
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 17:30:03 +0200
parents ec4df0b982da
children 5ab75ca75d21
comparison
equal deleted inserted replaced
25548:99ea34936e33 25549:dc25589bfec0
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3311,
758 /**/ 760 /**/
759 3310, 761 3310,
760 /**/ 762 /**/
761 3309, 763 3309,
762 /**/ 764 /**/