commit | 04ad7fe05c1c15c31949022d48e3008158f0657a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 07 21:14:47 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 07 21:14:47 2014 +0200 |
tree | cc9c8d09405205e76cb5f90f19eac4a0e30ef06d | |
parent | 56b3bf89aa2021d20afabd8ec7b513beb1b8df25 [diff] [blame] |
updated for version 7.4.281 Problem: When a session file has more than one tabpage and 'showtabline' is one the positions may be slightly off. Solution: Set 'showtabline' to two while positioning windows.
diff --git a/src/version.c b/src/version.c index 818a8b5..6da67a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 281, +/**/ 280, /**/ 279,