Re: Vim hangs on pasting a large amount into command line

2010-08-12 Fir de Conversatie Tony Mechelynck
On 11/08/10 02:57, John Beckett wrote: [...] While it would best to eliminate the redundant redraws altogether (and I'll perhaps have a chance to look at that after 7.3 is released), I was wondering what happens once echoing of the command fills the screen. There seems to be a flag which tells Vi

RE: Vim hangs on pasting a large amount into command line

2010-08-10 Fir de Conversatie John Beckett
Andy Block wrote: > Are you by any chance using MacVim? I had this problem with > MacVim and raised it in the MacVim list. No, but I mentioned your post earlier, see: http://groups.google.com/group/vim_dev/browse_thread/thread/40e590a3b0ca1b43 I had experienced this frustration a couple of times

RE: Vim hangs on pasting a large amount into command line

2010-08-10 Fir de Conversatie John Beckett
Ingo Karkat wrote: > There's no need to modify the source code to avoid the > redraw; just turn off Arabic shaping. There was a discussion > about this on this list two years ago (I was involved, that's > why I remember ;-): > http://tech.groups.yahoo.com/group/vimdev/message/51944 > http:/

RE: Vim hangs on pasting a large amount into command line

2010-08-10 Fir de Conversatie John Beckett
Bram wrote: >> In function getcmdline() (file ex_getln.c line 1840) we find: >> /* Always redraw the whole command line to fix shaping and >> * right-left typing. Not efficient, but it works. */ >> redrawcmd(); >> >> Removing that redrawcmd() makes accidental pastes of 8000 >> bytes i

RE: Vim hangs on pasting a large amount into command line

2010-08-10 Fir de Conversatie Bram Moolenaar
John Beckett wrote: > > Sometimes I paste some text into the Vim command line > > (example: type ':echo ' then Ctrl-R a to paste register a). > > > > If I accidentally paste a large amount (kilobytes), I have to > > wait a very long time (several minutes) while Vim struggles > > to handle the tex

Re: Vim hangs on pasting a large amount into command line

2010-08-10 Fir de Conversatie Ingo Karkat
On 10-Aug-2010 14:22, John Beckett wrote: >> Sometimes I paste some text into the Vim command line >> (example: type ':echo ' then Ctrl-R a to paste register a). >> >> If I accidentally paste a large amount (kilobytes), I have to >> wait a very long time (several minutes) while Vim struggles >> to

Re: Vim hangs on pasting a large amount into command line

2010-08-10 Fir de Conversatie Andy Block
On Aug 10, 2010, at 14:22 , John Beckett wrote: >> Sometimes I paste some text into the Vim command line >> (example: type ':echo ' then Ctrl-R a to paste register a). >> >> If I accidentally paste a large amount (kilobytes), I have to >> wait a very long time (several minutes) while Vim struggle

RE: Vim hangs on pasting a large amount into command line

2010-08-10 Fir de Conversatie John Beckett
> Sometimes I paste some text into the Vim command line > (example: type ':echo ' then Ctrl-R a to paste register a). > > If I accidentally paste a large amount (kilobytes), I have to > wait a very long time (several minutes) while Vim struggles > to handle the text. Pressing Ctrl-C has no discerni

Vim hangs on pasting a large amount into command line

2010-08-09 Fir de Conversatie John Beckett
Sometimes I paste some text into the Vim command line (example: type ':echo ' then Ctrl-R a to paste register a). If I accidentally paste a large amount (kilobytes), I have to wait a very long time (several minutes) while Vim struggles to handle the text. Pressing Ctrl-C has no discernible effect.