1
0
forked from aniani/vim

patch 8.2.3674: when ml_get_buf() fails it messes up IObuff

Problem:    When ml_get_buf() fails it messes up IObuff.
Solution:   Return a local pointer. (closes #9214)
This commit is contained in:
Bram Moolenaar
2021-11-25 13:52:37 +00:00
parent 0bd8d05638
commit 96e7a5928e
2 changed files with 5 additions and 2 deletions

View File

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