commit | a37cb55da6ba44c5e85a22b03a91e1b663aceddf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 20:03:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 20:03:31 2019 +0100 |
tree | d849289e4512042e6d1a86ebba9ebdbd8d033d0d | |
parent | f36a2c7e60d86b1a1733a8f51ed72da9c6f76eb8 [diff] [blame] |
patch 8.1.2307: positioning popup doesn't work for buffer-local textprop Problem: Positioning popup doesn't work for buffer-local textprop. Solution: Make it work. (closes #5225)
diff --git a/src/version.c b/src/version.c index dc6caed..a682517 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2307, +/**/ 2306, /**/ 2305,