chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-12-06 10:31:49 +00:00
parent adee731029
commit 120368eedf

View file

@ -1,4 +1,4 @@
*toggleterm.txt* For Neovim >= 0.8.0 Last change: 2023 November 27
*toggleterm.txt* For Neovim >= 0.8.0 Last change: 2023 December 06
==============================================================================
Table of Contents *toggleterm-table-of-contents*
@ -306,7 +306,7 @@ Alternatively, for more fine-grained control and use in mappings, in lua:
local trim_spaces = true
vim.keymap.set("v", "<space>s", function()
require("toggleterm").send_lines_to_terminal("single_line", trim_spaces, { args = vim.v.count })
end
end)
-- Replace with these for the other two options
-- require("toggleterm").send_lines_to_terminal("visual_line", trim_spaces, { args = vim.v.count })
-- require("toggleterm").send_lines_to_terminal("visual_selection", trim_spaces, { args = vim.v.count })