commit | 6bfc475f717aa0412d13163d47ff6210fa611fb5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 23:12:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 23:12:18 2021 +0100 |
tree | 1d53120c1bfc53f64f69bd3db780f4e96490487d | |
parent | b4893b84507570f24af32597716ffb67fb0ef24e [diff] [blame] |
patch 8.2.2541: popup_create() does not allow boolean for "cursorline" Problem: Popup_create() does not allow boolean for "cursorline". Solution: Use dict_get_bool(). (issue #7869)
diff --git a/src/version.c b/src/version.c index 25ea70b..d6ee9bb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2541, +/**/ 2540, /**/ 2539,