Fork me on GitHub
#vim
<
2020-08-21
>
frankitox21:08:06

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.

uochan23:08:25

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?

frankitox23:08:25

Well, just checked by only loading the library and it's working correctly :man-facepalming:

frankitox00:08:55

Huh, apparently set laststatus=0 is the culprit

uochan12:08:35

Ah, I got it. Thanks! I'll fix the bug tomorrow 💪

frankitox15:08:39

Wow, It's working now 🧙 thanks!

uochan21:08:36

Thanks for your confirmation! I've cut a new release

🎉 3