On Mon, Oct 26, 2009 at 8:34 PM, anna klein <[email protected]> wrote: >> >> It seems like you are sending a sequence of commands separately. If >> you send only one redraw at the end (unless of course you are trying >> to get an animation), would the one blink be still be too much? > > Yes, I am sending a sequence of command. But at the same time, I need to > preserve the animation. So, the blinking can't be helped. :) >> >> The command-line blinking must be due to the sequence of commands you >> are sending. How about sending all the commands together in a single >> |:bar| separated command-line, followed by a :<BS>. >> >> Didn't know that remote_eval() wouldn't do update. May be there is an >> option that I am not aware of that you can tweak during the execution >> of the function. > > I am trying to investigate a workaround for it. > Thank you very much for being helpful. >
If you don't find a workaround, I suggest you try posting on vim-dev list, as someone who knows the internals might know a workaround. I wonder if :redraw would behave differently while executing remote_eval() (e.g., know what to update and only update that instead of updating the whole screen and generate a flash). -- Hari >> >> -- >> Hari > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
