Hi Ramel, 2016-5-25(Wed) 22:02:46 UTC+9 Ramel Eshed: > Hi All, > > Please check this: > > vim -u NONE -N > :for i in range(1, 200) | echoerr 'mes ' . i | endfor > G " - go to the bottom of the list > > Now, type k several times; instead of moving one line back each time, I get > extra 'Press ENTER or type command to continue' messages.
I can reproduce it. This behavior is related to the following patch and thread. Patch 7.4.1603 https://groups.google.com/d/msg/vim_dev/ULVcOTWfV6k/pexQ-XSSGQAJ Patch 7.4.1594 (I reported many wrong redraw behavior) https://groups.google.com/d/msg/vim_dev/MnIeBK-XLgc/eEuAUfaIGQAJ Perhaps, this if statement is causing this problem. https://github.com/vim/vim/blame/master/src/message.c#L2477-L2482 Thanks for reporting this. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
