commit | 6c87bbb4e45515e70ac1728cabd1451063bf427d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 11:17:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 11:17:11 2022 +0000 |
tree | 575f7a17f99c68755647ef8265af11dd28f95065 | |
parent | c51a376265708e49a46832816077b6dd27d12c0c [diff] [blame] |
patch 9.0.1044: setting window height using Python may cause errors Problem: Setting window height using Python may cause errors. Solution: When setting "curwin" also set "curbuf". (closes #11687)
diff --git a/src/version.c b/src/version.c index 0acd217..bc22ab1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1044, +/**/ 1043, /**/ 1042,