commit | f9435e49ef8032e80d38e31e950e4a9b75387533 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 16 16:33:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 16 16:33:28 2022 +0000 |
tree | f24f951f96b3a20228e975dc0b564f2a8d212786 | |
parent | b31aec3b9387ed12677dca09069c3ae98c6c7447 [diff] [blame] |
patch 8.2.4399: crash after ml_get error Problem: Crash after ml_get error. Solution: When returning "???" flush the line and set ml_line_lnum.
diff --git a/src/version.c b/src/version.c index 4bfca87..4f17acf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4399, +/**/ 4398, /**/ 4397,