commit | 35a319b77f897744eec1155b736e9372c9c5575f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 13:58:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 09 13:58:55 2021 +0100 |
tree | 29e9f66577a2daa83cb75b80754ca52dca3bedb9 | |
parent | 26190b27011c25caedf3b9308e47005722b3f946 [diff] [blame] |
patch 8.2.3489: ml_get error after search with range Problem: ml_get error after search with range. Solution: Limit the line number to the buffer line count.
diff --git a/src/version.c b/src/version.c index f3fbd45..43f87aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3489, +/**/ 3488, /**/ 3487,