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 higher tab page (e.g. 9) it works ok (as it used to be in
older Vims),
but the test is missing, something like:
normal! 9gt
tabmove 5
call assert_equal(6, tabpagenr())
https://github.com/vim/vim/blob/master/src/testdir/test_tabpage.vim#L83
(at v8.0.0734)
--
Andy
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.