Re: BUG: 2dd does not delete on last line

2013-07-17 Fir de Conversatie Bram Moolenaar
> On 07/16/13 18:30, Adri Verhoef wrote: > > Ik ben het met je eens, Bram, je schreef op 2013-07-16 17:21: > > > >> Maybe it's a bug that when you tell Vim to delete lines that don't exist > >> it doesn't beep and do nothing. But it's always been that way and there > >> is no reason why it's more

Re: BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie Tony Mechelynck
On 07/16/13 18:30, Adri Verhoef wrote: Ik ben het met je eens, Bram, je schreef op 2013-07-16 17:21: Maybe it's a bug that when you tell Vim to delete lines that don't exist it doesn't beep and do nothing. But it's always been that way and there is no reason why it's more of a problem now then

Re: BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie Adri Verhoef
Ik ben het met je eens, Bram, je schreef op 2013-07-16 17:21: Maybe it's a bug that when you tell Vim to delete lines that don't exist it doesn't beep and do nothing. But it's always been that way and there is no reason why it's more of a problem now then 10 years ago. So let's just leave i

Re: BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie Ingo Karkat
On 16-Jul-2013 17:21 +0200, Bram Moolenaar wrote: > Ingo Karkat wrote: > >> On 16-Jul-2013 16:21 +0200, glts wrote: >> >>> On Tue, Jul 16, 2013 at 4:17 PM, Ingo Karkat wrote: Hello Vim developers, This was first reported on Stack Overflow: http://stackoverflow.com/q

Re: BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: > On 16-Jul-2013 16:21 +0200, glts wrote: > > > On Tue, Jul 16, 2013 at 4:17 PM, Ingo Karkat wrote: > >> Hello Vim developers, > >> > >> This was first reported on Stack Overflow: > >> > >> http://stackoverflow.com/questions/16710886/why-does-3dd-not-work-from-the-last-l

Re: BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie Ingo Karkat
On 16-Jul-2013 16:21 +0200, glts wrote: > On Tue, Jul 16, 2013 at 4:17 PM, Ingo Karkat wrote: >> Hello Vim developers, >> >> This was first reported on Stack Overflow: >> >> http://stackoverflow.com/questions/16710886/why-does-3dd-not-work-from-the-last-line-in-vim >> >> vim -N -u NONE -c "f

Re: BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie glts
On Tue, Jul 16, 2013 at 4:17 PM, Ingo Karkat wrote: > Hello Vim developers, > > This was first reported on Stack Overflow: > > http://stackoverflow.com/questions/16710886/why-does-3dd-not-work-from-the-last-line-in-vim > > vim -N -u NONE -c "for i in range(1,3)|call setline(i,i)|endfor" > :no

BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie Ingo Karkat
Hello Vim developers, This was first reported on Stack Overflow: http://stackoverflow.com/questions/16710886/why-does-3dd-not-work-from-the-last-line-in-vim vim -N -u NONE -c "for i in range(1,3)|call setline(i,i)|endfor" :normal! 3G3dd " BUG: This just beeps, nothing gets deleted. Expected: