diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-15 12:20:47 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-15 12:20:47 +0200 |
| commit | d559f97bd3e6b3f30c5603466cbcbff162f847fe (patch) | |
| tree | 001cbbed96cccf0307d5640e80082caf3106ba42 /doc/vim-ai.txt | |
| parent | fd2bfb7a8a14aa9e908eff289a542f003dccfc04 (diff) | |
| download | vim-ai-d559f97bd3e6b3f30c5603466cbcbff162f847fe.tar.gz | |
removed obsolete docu
Diffstat (limited to '')
| -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: |