0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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)
This commit is contained in:
Bram Moolenaar
2022-02-15 13:40:17 +00:00
parent 7745f14ef3
commit 4556a2e868
3 changed files with 64 additions and 30 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4389,
/**/
4388,
/**/