comparison src/version.c @ 8577:63dc856bd13d v7.4.1578

commit https://github.com/vim/vim/commit/975b5271eed4fa0500c24a8f37be0b1797cb9db7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 15 23:10:59 2016 +0100 patch 7.4.1578 Problem: There is no way to invoke a function later or periodically. Solution: Add timer support.
author Christian Brabandt <cb@256bit.org>
date Tue, 15 Mar 2016 23:15:05 +0100
parents b5209a4e5baf
children 556817999955
comparison
equal deleted inserted replaced
8576:3fd90fff8ab5 8577:63dc856bd13d
624 #ifdef FEAT_TEXTOBJ 624 #ifdef FEAT_TEXTOBJ
625 "+textobjects", 625 "+textobjects",
626 #else 626 #else
627 "-textobjects", 627 "-textobjects",
628 #endif 628 #endif
629 #ifdef FEAT_TIMERS
630 "+timers",
631 #else
632 "-timers",
633 #endif
629 #ifdef FEAT_TITLE 634 #ifdef FEAT_TITLE
630 "+title", 635 "+title",
631 #else 636 #else
632 "-title", 637 "-title",
633 #endif 638 #endif
741 NULL 746 NULL
742 }; 747 };
743 748
744 static int included_patches[] = 749 static int included_patches[] =
745 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1578,
746 /**/ 753 /**/
747 1577, 754 1577,
748 /**/ 755 /**/
749 1576, 756 1576,
750 /**/ 757 /**/