1
0
forked from aniani/vim

patch 8.2.3187: Vim9: popup timer callback is not compiled

Problem:    Vim9: popup timer callback is not compiled.
Solution:   Compile the callback when creating the timer.
This commit is contained in:
Bram Moolenaar
2021-07-19 22:19:29 +02:00
parent 605793500b
commit 9bb0dad0d8
4 changed files with 46 additions and 2 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3187,
/**/
3186,
/**/