On Feb 20, 10:20 am, KKde <[email protected]> wrote: > > When you move around in the buffer, the command-line area may be cleared. > > Try prepending the first :echo command with a > > :redraw > > You may be right, the command-line are being cleared. I added :redraw, > now it shows the output. But after adding the redraw command the > window scrolls little bit which is undesirable. > > Is there any better solution?
:redraw should not do anything but redrawing the screen. What do you mean "the window scrolls a little bit"? This is an unexpected behavior that isn't a normal part of :redraw. -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
