diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-22 21:27:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-22 21:27:13 +0100 |
commit | 57a6bf056715bd5c94d8047247615e39862424e7 (patch) | |
tree | a4384495a96aaa20b11390cba57362d4b638bed0 /src/version.c | |
parent | 555de4e3b2881b0d9a72242ecc2ba26b5c698c85 (diff) | |
download | vim-git-8.1.0790.tar.gz |
patch 8.1.0790: code for creating tabpages in session is too complexv8.1.0790
Problem: Code for creating tabpages in session is too complex.
Solution: Simplify the code. (Jason Franklin)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 364739738..8d2050f62 100644 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 790, +/**/ 789, /**/ 788, |