From 897f7137db66fcd6bb7ec73abdabd3f358016f2e Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 21 Mar 2023 21:03:08 +0100 Subject: better visual mode detection, fixes #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ab35f11..3a8b2a3 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ xnoremap c :AIChat nnoremap c :AIChat " command with custom context (vim-ai functions: AIRun, AIEditRun, AIChatRun) -command! -range -nargs=? AICode ,call AIRun("Programming syntax is " . &filetype . ", " . ) +command! -range -nargs=? AICode ,call AIRun(, "Programming syntax is " . &filetype . ", " . ) ``` -- cgit v1.2.3