1
0
forked from aniani/vim

patch 9.0.0910: setting lines in another buffer may not work well

Problem:    Setting lines in another buffer may not work well.
Solution:   Make sure the buffer being changed has a window. (issue #11558)
This commit is contained in:
Bram Moolenaar
2022-11-19 13:59:43 +00:00
parent 9fda81515b
commit c934bfa1b7
2 changed files with 26 additions and 6 deletions

View File

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