Hi! Somebody using vim-iced? I have a binding that evals the current form and then puts it on the output buffer:
> nmap <buffer> <c-j> <Plug>(iced_eval_and_print)<Plug>(sexp_outer_list)``
But when I use it I get the Press ENTER or type command to continue
message, how can I remove it? I tried adding <silent>
to the mapping without luck.
Ah, I got it. Thanks! I'll fix the bug tomorrow 💪
@franquito Could you try dev
branch?
https://github.com/liquidz/vim-iced/tree/dev
Wow, It's working now 🧙 thanks!
Thanks for your confirmation! I've cut a new release
vim-iced will shorten echoing message by default, and I'm not sure how to reproduce for now. Could you tell me minimal steps to reproduce?
Well, just checked by only loading the library and it's working correctly :man-facepalming: