Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 16a2873 commit 7844d73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/toggleterm.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7844d73

Please sign in to comment.