Re: Regression: Patch 7.4.709

2017-07-22 Fir de Conversatie h_east
Hi Andy, Tony and all, 2017-7-21(Fri) 4:06:17 UTC+9 Andy Wokula: > Am 20.07.2017 um 20:24 schrieb Tony Mechelynck: > > FWIW, I also think that :tabmove 5 should move the current tab after > > what is now tab 5. > > > > Andy: when you do ":1,5move 10", where would you expect the present > > first 5

Re: Regression: Patch 7.4.709

2017-07-20 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 20.07.2017 um 20:24 schrieb Tony Mechelynck: FWIW, I also think that :tabmove 5 should move the current tab after what is now tab 5. Andy: when you do ":1,5move 10", where would you expect the present first 5 lines to go? After the present line 10 (becoming lines 5-10 after the move) or after

Re: Regression: Patch 7.4.709

2017-07-20 Fir de Conversatie Tony Mechelynck
FWIW, I also think that :tabmove 5 should move the current tab after what is now tab 5. Andy: when you do ":1,5move 10", where would you expect the present first 5 lines to go? After the present line 10 (becoming lines 5-10 after the move) or after the present line 15 (becoming lines 10-15 after t

Re: Regression: Patch 7.4.709

2017-07-20 Fir de Conversatie h_east
Hi Andy, Bram and all, I am author of Patch 7.4.709. 2017-7-20(Thu) 22:36:25 UTC+9 Andy Wokula: > Am 19.07.2017 um 22:22 schrieb Bram Moolenaar: > > > > Andy Wokula wrote: > > > >> Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: > >> > >> " starting at first tab page (see link)

Re: Regression: Patch 7.4.709

2017-07-20 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 20.07.2017 um 15:35 schrieb 'Andy Wokula' via vim_dev: Am 19.07.2017 um 22:22 schrieb Bram Moolenaar: In my idea it's OK. It's not important actually, and if nobody else cares, I'll just throw in some Vimscript, it's an easy workaround. -- Andy -- -- You received this message from the "vi

Re: Regression: Patch 7.4.709

2017-07-20 Fir de Conversatie 'Andy Wokula' via vim_dev
Am 19.07.2017 um 22:22 schrieb Bram Moolenaar: Andy Wokula wrote: Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: " starting at first tab page (see link): tabmove 5 call assert_equal(5, tabpagenr()) should be call assert_equal(6, tabpagenr()) because it's supp

Re: Regression: Patch 7.4.709

2017-07-19 Fir de Conversatie Bram Moolenaar
Andy Wokula wrote: > Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: > >" starting at first tab page (see link): >tabmove 5 >call assert_equal(5, tabpagenr()) > > should be >call assert_equal(6, tabpagenr()) > > because it's supposed to move the tab page to *afte

Regression: Patch 7.4.709

2017-07-19 Fir de Conversatie 'Andy Wokula' via vim_dev
Looks like Patch 7.4.709 isn't ok yet, even the test is wrong: " starting at first tab page (see link): tabmove 5 call assert_equal(5, tabpagenr()) should be call assert_equal(6, tabpagenr()) because it's supposed to move the tab page to *after* tab page number 5; when starting at a hi