1
0
forked from aniani/vim

patch 8.2.4850: mksession mixes up "tabpages" and "curdir" arguments

Problem:    Mksession mixes up "tabpages" and "curdir" arguments.
Solution:   Correct logic for storing tabpage in session. (closes #10312)
This commit is contained in:
LemonBoy
2022-04-30 16:10:27 +01:00
committed by Bram Moolenaar
parent 917c32c4f7
commit d7c9564d8d
3 changed files with 52 additions and 21 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4850,
/**/
4849,
/**/