On 2007-11-17, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Nov 18, 2:26 am, "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > I connect from windows xp to solaris using telnet. I was scrolling > > using vim editor and saw something strange. If I do a Ctrl-F twice > > in succession, the first screen gets updated quickly (almost in > > no time) but the second screen takes very long time (about 8 > > seconds). > > > > To eliminate problems in network, keyboard, memory on windows > > side, I tried the vi editor. It scrolls so fast, I barely see the > > refresh > > happening. > > > > Any ideas ? > > It seems to be problem with files having long wrapped lines. If I set > ":set nowrap", it works good (though now I cant see the contents > of the unwrapped lines).
Do you have syntax highlighting enabled? If so, try turning it off and see if that helps. It can take vim a long time to highlight files with long lines. Regards, Gary --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
