> 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
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
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
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
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
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
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
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: