commit | 402502d0e4019ca97330eff40b9fb13736304896 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 30 22:07:36 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 30 22:07:36 2019 +0200 |
tree | 8990bb22a50b9375823c6f1f8ebd85bec48aae8f | |
parent | ac1f1bc222b7de3cb2d3f1f2aa076f11c75e69de [diff] [blame] |
patch 8.1.1430: popup window option "wrap" not supported Problem: Popup window option "wrap" not supported. Solution: Implement it.
diff --git a/src/version.c b/src/version.c index c3b96e9..2f05cea 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1430, +/**/ 1429, /**/ 1428,