comparison src/version.c @ 19886:4d033d36ba23 v8.2.0499

patch 8.2.0499: calling a lambda is slower than evaluating a string Commit: https://github.com/vim/vim/commit/f10806b25090879fdc1a86cc0da2f4f34fd21921 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 2 18:34:35 2020 +0200 patch 8.2.0499: calling a lambda is slower than evaluating a string Problem: Calling a lambda is slower than evaluating a string. Solution: Make calling a lambda faster. (Ken Takata, closes https://github.com/vim/vim/issues/5727)
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Apr 2020 18:45:04 +0200
parents 0d503ba62380
children 435726a03481
comparison
equal deleted inserted replaced
19885:2d577d0240f4 19886:4d033d36ba23
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 499,
741 /**/ 743 /**/
742 498, 744 498,
743 /**/ 745 /**/
744 497, 746 497,
745 /**/ 747 /**/