]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1402: "timer" option of popup windows not supported v8.1.1402
authorBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 18:10:06 +0000 (20:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 May 2019 18:10:06 +0000 (20:10 +0200)
commit51fe3b14f63da2b985bcd7b4c50fbe34ae84ea48
tree9dc360f92eda48d982526415ba89385023d12f36
parent076073950c44ea0e35bc39d539dc7ab41bf9c7ec
patch 8.1.1402: "timer" option of popup windows not supported

Problem:    "timer" option of popup windows not supported.
Solution:   Implement the "timer" option. (Yasuhiro Matsumoto, closes #4439)
runtime/doc/popup.txt
src/popupwin.c
src/structs.h
src/testdir/test_popupwin.vim
src/version.c
src/window.c