commit | a13961536e5b1e686574826d4ed713e3d5526715 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 18:46:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 20 18:46:05 2019 +0200 |
tree | 63a0cbe0b2edab411bd7991afae9217b8b8e2729 | |
parent | dca7abe79cc4f0933473c3e4bcc75b46cc2c48fd [diff] [blame] |
patch 8.1.2193: popup_setoptions(popup_getoptions()) does not work Problem: Popup_setoptions(popup_getoptions()) does not work. Solution: Also accept a list with three entries for "moved" and "mousemoved". (closes #5081)
diff --git a/src/version.c b/src/version.c index 76b4c1c..6c8a36b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2193, +/**/ 2192, /**/ 2191,