commit | 1762731f2039d78fc8ddd785c3d3b52e5968c0f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 19:53:44 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 19:53:44 2019 +0200 |
tree | 53ecc305a1703909d91fa5adab3ab7623308d16e | |
parent | 6116b6abb1a14b6b7aa9776c390f1a5a6bf1b209 [diff] [blame] |
patch 8.1.1455: popup_atcursor() not completely implemented Problem: Popup_atcursor() not completely implemented. Solution: Add the default for the "moved" property.
diff --git a/src/version.c b/src/version.c index f83f7cc..13961d4 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1455, +/**/ 1454, /**/ 1453,