comparison src/version.c @ 17166:59a4e78ccc5c v8.1.1582

patch 8.1.1582: cannot build with +textprop but without +timers commit https://github.com/vim/vim/commit/0fcf26ba4ffaaa6a2fb8d879dc24b5f7e1bb6a13 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 23 01:03:51 2019 +0200 patch 8.1.1582: cannot build with +textprop but without +timers Problem: Cannot build with +textprop but without +timers. Solution: Add #ifdef. (Ola S?der, closes https://github.com/vim/vim/issues/4574)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jun 2019 01:15:14 +0200
parents 7927cf327396
children 1d30eb64a7a2
comparison
equal deleted inserted replaced
17165:52c40536e248 17166:59a4e78ccc5c
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 1582,
780 /**/ 782 /**/
781 1581, 783 1581,
782 /**/ 784 /**/
783 1580, 785 1580,
784 /**/ 786 /**/