commit | c7c5f10a36fdeea353e026da28526ff9fb35e367 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 18:31:03 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 21 18:31:03 2019 +0200 |
tree | d8e177e20e9e334fb1c77eae13d01fe58e67920a | |
parent | 258cef59d8c53a5b1c04937c826dc133ad5710e2 [diff] [blame] |
patch 8.1.1905: cannot set all properties of the info popup Problem: Cannot set all properties of the info popup. Solution: Add popup_findinfo(). Rename popup_getpreview() to popup_findpreview().
diff --git a/src/version.c b/src/version.c index 6c8bd89..ae0bd9c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1905, +/**/ 1904, /**/ 1903,