Re: :25 does not save cursor position to jump list

2013-07-21 Fir de Conversatie Bram Moolenaar
Dan wrote: > These commands perform the same function: > 25G > 25gg > :25 > > But the first two save the cursor position to the jump list, whereas the last > command does not, which I feel is inconsistent and a bug. > > For example, with the following buffer: > > 1 abc > 2 def > 3 ghi > > En

Re: :25 does not save cursor position to jump list

2013-07-21 Fir de Conversatie glts
On Sun, Jul 21, 2013 at 6:48 AM, Tony Mechelynck wrote: > On 07/21/13 06:12, Dan wrote: >> >> These commands perform the same function: >> 25G >> 25gg >> :25 >> >> But the first two save the cursor position to the jump list, whereas the >> last command does not, which I feel is inconsistent and a

Re: :25 does not save cursor position to jump list

2013-07-21 Fir de Conversatie glts
On Sun, Jul 21, 2013 at 6:12 AM, Dan wrote: > These commands perform the same function: > 25G > 25gg > :25 > > But the first two save the cursor position to the jump list, whereas the last > command does not, which I feel is inconsistent and a bug. > > For example, with the following buffer: > >

Re: :25 does not save cursor position to jump list

2013-07-20 Fir de Conversatie Tony Mechelynck
On 07/21/13 06:12, Dan wrote: These commands perform the same function: 25G 25gg :25 But the first two save the cursor position to the jump list, whereas the last command does not, which I feel is inconsistent and a bug. For example, with the following buffer: 1 abc 2 def 3 ghi Entering the

:25 does not save cursor position to jump list

2013-07-20 Fir de Conversatie Dan
These commands perform the same function: 25G 25gg :25 But the first two save the cursor position to the jump list, whereas the last command does not, which I feel is inconsistent and a bug. For example, with the following buffer: 1 abc 2 def 3 ghi Entering the following commands: :1 :2 :3 (c