mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
Merge pull request #4624 from bfredl/timers
implement timers and process events during sleep
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user