diff options
author | Gustavo Sampaio <gbritosampaio@gmail.com> | 2022-08-01 09:13:46 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 05:13:46 -0700 |
commit | ece0850b7393114cac651cf9f43fc2c5e1b1cf50 (patch) | |
tree | ca4a17a3ea56d9696b41f85c6af53da82650dac1 /runtime | |
parent | bcb4186cf67b22dab238248a809f6c3f09a5424d (diff) | |
download | rneovim-ece0850b7393114cac651cf9f43fc2c5e1b1cf50.tar.gz rneovim-ece0850b7393114cac651cf9f43fc2c5e1b1cf50.tar.bz2 rneovim-ece0850b7393114cac651cf9f43fc2c5e1b1cf50.zip |
fix(session): respect sessionoptions=terminal #19497
fixes #13078
Co-authored-by: Yuta Katayama <8683947+yutkat@users.noreply.github.com>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |