vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Tue, Jul 08, 2003 at 10:14:23AM +0200, Henning Brauer wrote: > On Tue, Jul 08, 2003 at 10:09:05AM +0200, Otto Moerbeek wrote: > > The key is ":set number". I can reproduce the core dump > > > > vi > > :set number<Enter> > > :!true<Enter> > > :lots of chars > > > > (Imediately press : after the :!true command, do no press enter at the > > 'Press any key to continue [: to enter more ex commands]:' prompt) > > didn't the OP mention screenwidth - 9 as the point where it crashes? > /bin/true = 9 chars... Sorry, I meant that it core dumped at 9 characters away from the right edge of the screen. For instance, in a 24x20 aterm it core dumped like this: :1234567890Memory fa ult (core dumped) Whereas a 24x30 aterm core dumped like this: :12345678901234567890Memory fa ult (core dumped) In both cases, it core dumped when I attempted to enter a 1. -Ray- |