From 61e8adb25e6f37c3c9df0dd8f4fea5e23b62bacd Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Thu, 21 Apr 2016 17:06:03 +0200 Subject: eval: implement timers. vim-patch: 7.4.1578, 7.4.1831 For the moment, timers are triggered during sleep, but not in wait-for-input modes, like press-RETURN or f_getchar() --- src/nvim/version.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 23bfca6221..820c878998 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -70,6 +70,7 @@ static char *features[] = { // clang-format off static int included_patches[] = { 1832, + 1831, 1809, 1808, 1806, @@ -82,6 +83,7 @@ static int included_patches[] = { 1652, 1643, 1641, + // 1624 NA // 1600 NA // 1599 NA @@ -106,7 +108,7 @@ static int included_patches[] = { // 1581, // 1580, // 1579, - // 1578, + 1578, // 1577, 1576, // 1575 NA -- cgit