From 7844d73fba5299ae8edb035cdef588493515f676 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Aug 2024 10:35:11 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/toggleterm.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/toggleterm.txt b/doc/toggleterm.txt index 828286c..3ff7af9 100644 --- a/doc/toggleterm.txt +++ b/doc/toggleterm.txt @@ -1,4 +1,4 @@ -*toggleterm.txt* For Neovim >= 0.8.0 Last change: 2024 July 17 +*toggleterm.txt* For Neovim >= 0.8.0 Last change: 2024 August 08 ============================================================================== Table of Contents *toggleterm-table-of-contents* @@ -182,6 +182,7 @@ what options are available. It is not written to be used as is. persist_mode = true, -- if set to true (default) the previous terminal mode will be remembered direction = 'vertical' | 'horizontal' | 'tab' | 'float', close_on_exit = true, -- close the terminal window when the process exits + clear_env = false, -- use only environmental variables from `env`, passed to jobstart() -- Change the default shell. Can be a string or a function returning a string shell = vim.o.shell, auto_scroll = true, -- automatically scroll to the bottom on terminal output