mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 7.4.1578
Problem: There is no way to invoke a function later or periodically. Solution: Add timer support.
This commit is contained in:
@@ -626,6 +626,11 @@ static char *(features[]) =
|
||||
#else
|
||||
"-textobjects",
|
||||
#endif
|
||||
#ifdef FEAT_TIMERS
|
||||
"+timers",
|
||||
#else
|
||||
"-timers",
|
||||
#endif
|
||||
#ifdef FEAT_TITLE
|
||||
"+title",
|
||||
#else
|
||||
@@ -743,6 +748,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1578,
|
||||
/**/
|
||||
1577,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user