Christian Brabandt <[email protected]> wrote: > On Sa, 24 Mär 2012, bootleq wrote: > >> This makes lots of 'hit-enter' prompts while using :echo. >> Simply ":echo 0" will need a press ENTER to continue. >> >> Will affect many users, since many plugins use :echo as trivial messages. > > Yes, possibly we need to revert that patch and find another solution. > > Mit freundlichen Grüßen > Christian
Thanks. I've replaced the line: echo g:myLangs[g:myLangIdx] g:myLangCodes[g:myLangIdx] into: echon g:myLangs[g:myLangIdx] . ' ' . g:myLangCodes[g:myLangIdx] And now it behaves as before: no scrolling, only one line being printed at the bottom of the screen. Same as before. Good. For me that works well enough now. But I understand that the change may break other similar things in some plugins. Regards -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
