" Ensure python3 is available if !has('python3') echoerr "Python 3 support is required for vim-ai plugin" finish endif command! -range -nargs=? AI ,call vim_ai#AIRun(, ) command! -range -nargs=? AIEdit ,call vim_ai#AIEditRun(, ) command! -range -nargs=? AIChat ,call vim_ai#AIChatRun(, ) command! AIRedo call vim_ai#AIRedoRun()