From 93cd92aa0bba2ac34df3b25b124790434a0cd8b0 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 17 Dec 2024 19:32:00 +0100 Subject: replace :AINew with default roles, closes #97 --- plugin/vim-ai.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/vim-ai.vim') diff --git a/plugin/vim-ai.vim b/plugin/vim-ai.vim index 648578a..c826e8c 100644 --- a/plugin/vim-ai.vim +++ b/plugin/vim-ai.vim @@ -7,5 +7,5 @@ endif command! -range -nargs=? -complete=customlist,vim_ai#RoleCompletionComplete AI ,call vim_ai#AIRun(, {}, ) command! -range -nargs=? -complete=customlist,vim_ai#RoleCompletionEdit AIEdit ,call vim_ai#AIEditRun(, {}, ) command! -range -nargs=? -complete=customlist,vim_ai#RoleCompletionChat AIChat ,call vim_ai#AIChatRun(, {}, ) -command! -nargs=? AINewChat call vim_ai#AINewChatRun() +command! -nargs=? AINewChat call vim_ai#AINewChatDeprecatedRun() command! AIRedo call vim_ai#AIRedoRun() -- cgit v1.2.3