From 57a6bf056715bd5c94d8047247615e39862424e7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 22 Jan 2019 21:27:13 +0100 Subject: patch 8.1.0790: code for creating tabpages in session is too complex Problem: Code for creating tabpages in session is too complex. Solution: Simplify the code. (Jason Franklin) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 364739738..8d2050f62 100644 --- a/src/version.c +++ b/src/version.c @@ -791,6 +791,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 790, /**/ 789, /**/ -- cgit v1.2.1