commit | 51fe3b14f63da2b985bcd7b4c50fbe34ae84ea48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 20:10:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 20:10:06 2019 +0200 |
tree | 9dc360f92eda48d982526415ba89385023d12f36 | |
parent | 076073950c44ea0e35bc39d539dc7ab41bf9c7ec [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 940ac14..f974b6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1402, +/**/ 1401, /**/ 1400,