comparison src/version.c @ 17480:91cac682b09a v8.1.1738

patch 8.1.1738: testing lambda with timer is slow commit https://github.com/vim/vim/commit/9bc4dde45d45df732953491d0f2c3fd3b10a627e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 24 13:08:29 2019 +0200 patch 8.1.1738: testing lambda with timer is slow Problem: Testing lambda with timer is slow. Solution: Do not test timer accuracy, only that it works. (Daniel Hahler, closes #4723)
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Jul 2019 13:15:06 +0200
parents f9a443306174
children 6cf077f59152
comparison
equal deleted inserted replaced
17479:35b73ec0ba25 17480:91cac682b09a
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1738,
780 /**/ 782 /**/
781 1737, 783 1737,
782 /**/ 784 /**/
783 1736, 785 1736,
784 /**/ 786 /**/