commit | 99ad3a8bb95c6f860545a050472b6181e33bac1a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 17:18:01 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 17:18:01 2023 +0000 |
tree | 038ff903aeb50dc88815a9d61d2ef52bdf7140bc | |
parent | dd60c365cd2630794be84d63c4fe287124a30b97 [diff] [blame] |
patch 9.0.1362: ml_get error when going to another tab Problem: ml_get error when going to another tab. (Daniel J. Perry) Solution: Do not call update_topline() if "curwin" is invalid. (closes #11907)
diff --git a/src/version.c b/src/version.c index 032c294..b694119 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1362, +/**/ 1361, /**/ 1360,