From 47b5f270fd442c7a9aabb951d1225462be8b23f9 Mon Sep 17 00:00:00 2001 From: cameronr Date: Thu, 8 Aug 2024 04:08:31 +0000 Subject: [PATCH] chore(docs): auto-generate vimdoc --- doc/auto-session.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/auto-session.txt b/doc/auto-session.txt index a8e5e25..8e12743 100644 --- a/doc/auto-session.txt +++ b/doc/auto-session.txt @@ -20,7 +20,7 @@ luaOnlyConf *luaOnlyConf* Fields: ~ {cwd_change_handling?} (boolean|CwdChangeHandling) - {bypass_session_save_file_types?} (table) List of file types to bypass auto save when the only buffer open is one of the file types listed + {bypass_session_save_file_types?} (table) List of file types to bypass auto save when the only buffer open is one of the file types listed, useful to ignore dashboards {close_unsupported_windows?} (boolean) Whether to close windows that aren't backed by a real file {silent_restore?} (boolean) Suppress extraneous messages and source the whole session, even if there's an error. Set to false to get the line number of a restore error {log_level?} (string|integer) "debug", "info", "warn", "error" or vim.log.levels.DEBUG, vim.log.levels.INFO, vim.log.levels.WARN, vim.log.levels.ERROR