comparison src/version.c @ 15659:8513d9864f7e v8.1.0837

patch 8.1.0837: timer interrupting cursorhold and mapping not tested commit https://github.com/vim/vim/commit/26d982185e21398738a9c688429c0a1840d7c9c3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 27 22:32:55 2019 +0100 patch 8.1.0837: timer interrupting cursorhold and mapping not tested Problem: Timer interrupting cursorhold and mapping not tested. Solution: Add tests with timers. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/3871)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Jan 2019 22:45:05 +0100
parents c2c4fb3379e8
children b6f11ff3b6d1
comparison
equal deleted inserted replaced
15658:baf0958cbef4 15659:8513d9864f7e
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 837,
786 /**/ 788 /**/
787 836, 789 836,
788 /**/ 790 /**/
789 835, 791 835,
790 /**/ 792 /**/