Hello, All. I'm trying to implement rails.vim clone for evil. https://github.com/antono/evil-rails I would like to know easiest way to feed some completion to evil ex commands. I have following command: (evil-ex-define-cmd "Rcontroller" 'rinari-find-controller) What should i do to provide completion for it?