commit | 57a6bf056715bd5c94d8047247615e39862424e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 21:27:13 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 22 21:27:13 2019 +0100 |
tree | a4384495a96aaa20b11390cba57362d4b638bed0 | |
parent | 555de4e3b2881b0d9a72242ecc2ba26b5c698c85 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 3647397..8d2050f 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 790, +/**/ 789, /**/ 788,