]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3187: Vim9: popup timer callback is not compiled v8.2.3187
authorBram Moolenaar <Bram@vim.org>
Mon, 19 Jul 2021 20:19:29 +0000 (22:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 19 Jul 2021 20:19:29 +0000 (22:19 +0200)
commit9bb0dad0d8283c86fddf5b950f4fbb6fb8f12741
treee9163a4ab88cd8d8186929f3efc77caac43512bc
parent605793500b351ee92483d04b1e03fb8af30dd101
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.
src/popupwin.c
src/proto/vim9compile.pro
src/version.c
src/vim9compile.c