From ece0850b7393114cac651cf9f43fc2c5e1b1cf50 Mon Sep 17 00:00:00 2001 From: Gustavo Sampaio Date: Mon, 1 Aug 2022 09:13:46 -0300 Subject: fix(session): respect sessionoptions=terminal #19497 fixes #13078 Co-authored-by: Yuta Katayama <8683947+yutkat@users.noreply.github.com> --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 04ba9539c5..ffeed6f977 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5112,7 +5112,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'sessionoptions'* *'ssop'* 'sessionoptions' 'ssop' string (default: "blank,buffers,curdir,folds, - help,tabpages,winsize") + help,tabpages,winsize,terminal") global Changes the effect of the |:mksession| command. It is a comma- separated list of words. Each word enables saving and restoring -- cgit