vim

For discussion on all things (neo)vim.
frankitox 2020-08-21T21:50:06.002800Z

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 &lt;silent&gt; to the mapping without luck.

2020-08-22T12:47:35.003700Z

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

2020-08-22T21:21:36.003900Z

@franquito Could you try dev branch? https://github.com/liquidz/vim-iced/tree/dev

frankitox 2020-08-23T15:00:39.004200Z

Wow, It's working now 🧙 thanks!

2020-08-23T21:39:36.004400Z

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

🎉 1
2020-08-21T23:22:25.002900Z

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?

frankitox 2020-08-21T23:56:25.003300Z

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