Fork me on GitHub
#vim
<
2017-08-18
>
hkupty10:08:45

@gignosko I'm acids author. You can set let g:acid_eval_command_handler = ['Echo'] . It will output the result with echo .

hkupty21:08:56

Ahh... Just remembered that it also works with {'VimFn': 'fn#name'}

iboss14:08:00

any idea how to move around inside echo

dominicm15:08:02

@iboss You cannot. You could do something clever with redir I guess.