comparison src/version.c @ 20409:fd1b6f4f497e v8.2.0759

patch 8.2.0759: Vim9: missing changes for performance improvements Commit: https://github.com/vim/vim/commit/270d0388d284c130b322b185497e437cfbbae412 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 15 21:42:53 2020 +0200 patch 8.2.0759: Vim9: missing changes for performance improvements Problem: Vim9: missing changes for performance improvements Solution: Use GA_GROW(). Don't call breakcheck so often.
author Bram Moolenaar <Bram@vim.org>
date Fri, 15 May 2020 21:45:03 +0200
parents 33166d945b54
children 23af9e1a5283
comparison
equal deleted inserted replaced
20408:f56e1311790e 20409:fd1b6f4f497e
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 759,
749 /**/ 751 /**/
750 758, 752 758,
751 /**/ 753 /**/
752 757, 754 757,
753 /**/ 755 /**/