From c5631338b16b2a21e0abbbc54494f660f6e7fb76 Mon Sep 17 00:00:00 2001 From: Chris LaRose Date: Thu, 21 Mar 2019 03:53:38 -0700 Subject: :mksession : restore tab-local working directories #9754 --- src/nvim/ex_docmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index 3467bc8b92..0ea383dbb6 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -9130,6 +9130,7 @@ makeopens( || put_eol(fd) == FAIL) { return FAIL; } + did_lcd = true; } /* Don't continue in another tab page when doing only the current one -- cgit