commit | 23999d799cfe844b604f193183f8f84052c8e746 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 14:36:00 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 23 14:36:00 2020 +0100 |
tree | 35d073cb39859acd906c9ac1c9fee90c251b2299 | |
parent | 4072ba571babd733d1800c082416fe8fe3c28ed7 [diff] [blame] |
patch 8.2.2198: ml_get error when resizing window and using text property Problem: ml_get error when resizing window and using text property. Solution: Validate botline of the right window. (closes #7528)
diff --git a/src/version.c b/src/version.c index 493194f..af89c9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2198, +/**/ 2197, /**/ 2196,