summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-04-11 17:11:44 +0200
committerMartin Bielik <mx.bielik@gmail.com>2023-04-11 17:11:44 +0200
commit8c97b5cfde56540c8e6619c8d56dc7056d49866f (patch)
tree955424dab2eb0c2962c36ad78024fb3c1c4ebdd3 /doc
parent3f30219399d4df10239aa1ca8df03e0d2b984d1f (diff)
downloadvim-ai-8c97b5cfde56540c8e6619c8d56dc7056d49866f.tar.gz
updated documentation
Diffstat (limited to '')
-rw-r--r--doc/vim-ai.txt10
1 files changed, 5 insertions, 5 deletions
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
+<selection> :AI complete the selection
+<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
+<selection>? :AIEdit edit the current line or the selection
+<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,
+<selection>? :AIChat {instruction}? start a new conversation given the selection,
the instruction or both
Options: >