summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-04-15 12:20:47 +0200
committerMartin Bielik <mx.bielik@gmail.com>2023-04-15 12:20:47 +0200
commitd559f97bd3e6b3f30c5603466cbcbff162f847fe (patch)
tree001cbbed96cccf0307d5640e80082caf3106ba42
parentfd2bfb7a8a14aa9e908eff289a542f003dccfc04 (diff)
downloadvim-ai-d559f97bd3e6b3f30c5603466cbcbff162f847fe.tar.gz
removed obsolete docu
Diffstat (limited to '')
-rw-r--r--doc/vim-ai.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt
index 6b40374..37d7add 100644
--- a/doc/vim-ai.txt
+++ b/doc/vim-ai.txt
@@ -140,9 +140,6 @@ Examples how configure key bindings and customize commands: >
" redo last AI command
nnoremap <leader>r :AIRedo<CR>
- " command with custom context (vim-ai functions: AIRun, AIEditRun, AIChatRun)
- command! -range -nargs=? AICode <line1>,<line2>call AIRun(<range>, "Programming syntax is " . &filetype . ", " . <f-args>)
-
ABOUT *vim-ai-about*
Contributions are welcome on GitHub: