diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/vim-ai.txt | 3 |
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: |