diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-03-21 21:03:08 +0100 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-03-21 21:03:08 +0100 |
| commit | 897f7137db66fcd6bb7ec73abdabd3f358016f2e (patch) | |
| tree | 486d952e75c6363361e0a1856dbc831aeb28f7bf /README.md | |
| parent | 10055ff30501767b8749b72f9059e058da32f932 (diff) | |
| download | vim-ai-897f7137db66fcd6bb7ec73abdabd3f358016f2e.tar.gz | |
better visual mode detection, fixes #2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ xnoremap <leader>c :AIChat <CR> nnoremap <leader>c :AIChat <CR> " command with custom context (vim-ai functions: AIRun, AIEditRun, AIChatRun) -command! -range -nargs=? AICode <line1>,<line2>call AIRun("Programming syntax is " . &filetype . ", " . <f-args>) +command! -range -nargs=? AICode <line1>,<line2>call AIRun(<range>, "Programming syntax is " . &filetype . ", " . <f-args>) ``` |