summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-27 17:18:01 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-27 17:18:01 +0000
commit99ad3a8bb95c6f860545a050472b6181e33bac1a (patch)
tree038ff903aeb50dc88815a9d61d2ef52bdf7140bc /src/version.c
parentdd60c365cd2630794be84d63c4fe287124a30b97 (diff)
patch 9.0.1362: ml_get error when going to another tabv9.0.1362
Problem: ml_get error when going to another tab. (Daniel J. Perry) Solution: Do not call update_topline() if "curwin" is invalid. (closes #11907)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 032c294e60..b694119a50 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1362,
+/**/
1361,
/**/
1360,