comparison src/version.c @ 28075:a1914b89f0b7 v8.2.4562

patch 8.2.4562: linear tag search is not optimal Commit: https://github.com/vim/vim/commit/b29b96806f1472371fb3cc01d48394e00b95cfc8 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Mar 13 19:23:48 2022 +0000 patch 8.2.4562: linear tag search is not optimal Problem: Linear tag search is not optimal. Solution: Improve linear tag search performance. (Yegappan Lakshmanan, closes #9944)
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Mar 2022 20:30:03 +0100
parents f4115d080c1b
children ba9f1a9ddaf9
comparison
equal deleted inserted replaced
28074:876fd6788230 28075:a1914b89f0b7
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4562,
753 /**/ 755 /**/
754 4561, 756 4561,
755 /**/ 757 /**/
756 4560, 758 4560,
757 /**/ 759 /**/