From 0601d1667da5380c75356880fc5f83f7119427ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 17:12:24 +0000 Subject: [PATCH] chore: auto-generate vimdoc --- doc/gp.nvim.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gp.nvim.txt b/doc/gp.nvim.txt index a2671e9..abc1b47 100644 --- a/doc/gp.nvim.txt +++ b/doc/gp.nvim.txt @@ -193,7 +193,7 @@ also supports subcommands for layout specification: - `:GpChatPaste vsplit` Paste into the latest chat in a vertical split window. - `:GpChatPaste split` Paste into the latest chat in a horizontal split window. -- `:GpChatPaste tab` Paste into the latest chat in a new tab. +- `:GpChatPaste tabnew` Paste into the latest chat in a new tab. - `:GpChatPaste popup` Paste into the latest chat in a popup window. @@ -205,7 +205,7 @@ subcommands for layout specification: - `:GpChatToggle vsplit` Toggle chat in a vertical split window. - `:GpChatToggle split` Toggle chat in a horizontal split window. -- `:GpChatToggle tab` Toggle chat in a new tab. +- `:GpChatToggle tabnew` Toggle chat in a new tab. - `:GpChatToggle popup` Toggle chat in a popup window.