aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2016-04-21 17:06:03 +0200
committerBjörn Linse <bjorn.linse@gmail.com>2016-05-24 22:08:56 +0200
commit61e8adb25e6f37c3c9df0dd8f4fea5e23b62bacd (patch)
tree8b9d3e2d2f4f6c83d6c513b35c56a11e86c921fe /src/nvim/version.c
parent176f223ea3d1e8fb5716d5c2c0f09bead4864d59 (diff)
downloadrneovim-61e8adb25e6f37c3c9df0dd8f4fea5e23b62bacd.tar.gz
rneovim-61e8adb25e6f37c3c9df0dd8f4fea5e23b62bacd.tar.bz2
rneovim-61e8adb25e6f37c3c9df0dd8f4fea5e23b62bacd.zip
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()
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c4
1 files changed, 3 insertions, 1 deletions
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