From 8c97b5cfde56540c8e6619c8d56dc7056d49866f Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 11 Apr 2023 17:11:44 +0200 Subject: updated documentation --- doc/vim-ai.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index c983626..ddf1bcc 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -17,8 +17,8 @@ https://github.com/madox2/vim-ai :AI complete the text on the current line :AI {prompt} complete the prompt -(selection) :AI complete the selection -(selection) :AI {instruction} complete the selection using the instruction + :AI complete the selection + :AI {instruction} complete the selection using the instruction Options: > let g:vim_ai_complete = { @@ -36,8 +36,8 @@ https://platform.openai.com/docs/api-reference/completions *:AIEdit* -(selection)? :AIEdit edit the current line or the selection -(selection)? :AIEdit {instruction} edit the current line or the selection using +? :AIEdit edit the current line or the selection +? :AIEdit {instruction} edit the current line or the selection using the instruction Options: > @@ -57,7 +57,7 @@ https://platform.openai.com/docs/api-reference/completions *:AIChat* :AIChat continue or start a new conversation. -(selection)? :AIChat {instruction}? start a new conversation given the selection, +? :AIChat {instruction}? start a new conversation given the selection, the instruction or both Options: > -- cgit v1.2.3