commit | c934bfa1b765505e5fc491f2ee7cc106894cafc8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 13:59:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 19 13:59:43 2022 +0000 |
tree | ff3f873a4ad89b9532d8c0215553e769a370d6e2 | |
parent | 9fda81515b26ecd3c1e99f95334aaed3f7b6fea3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b642be9..e9b0431 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 910, +/**/ 909, /**/ 908,