commit | 4556a2e8681c5c98fb4c7ca0a016924a69b4452a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 13:40:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 15 13:40:17 2022 +0000 |
tree | 7f5cb71bb3b4713c2fc9a10465cf320834c063c9 | |
parent | 7745f14ef324a7134b2f26a47451cf5032f44b89 [diff] [blame] |
patch 8.2.4389: screenpos() does not handle a position in a closed fold Problem: screenpos() does not handle a position in a closed fold. Solution: Check if the position is inside a closed fold. (closes #9778)
diff --git a/src/version.c b/src/version.c index 559b602..7bf2ddb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4389, +/**/ 4388, /**/ 4387,