commit | 58a3cae3eb590c375bf4823052e8d9d4165050de | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 13:43:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 13:43:10 2022 +0100 |
tree | f93146c40253fe4f8f6953f3ee357138dcfcf071 | |
parent | 0500e87eba7b2a82392dbb5d573de19f8ff138e7 [diff] [blame] |
patch 9.0.0416: ml_get error when appending lines in popup window Problem: ml_get error when appending lines in popup window. Solution: Only update w_topline when w_buffer matches curbuf. (closes #11074)
diff --git a/src/version.c b/src/version.c index 28f7520..86924ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 416, +/**/ 415, /**/ 414,