mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.591
Problem: Can only move to a tab by absolute number. Solution: Move a number of tabs to the left or the right. (Lech Lorens)
This commit is contained in:
@@ -3929,7 +3929,7 @@ tabpage_move(nr)
|
||||
}
|
||||
|
||||
/* Re-insert it at the specified position. */
|
||||
if (n == 0)
|
||||
if (n <= 0)
|
||||
{
|
||||
curtab->tp_next = first_tabpage;
|
||||
first_tabpage = curtab;
|
||||
|
Reference in New Issue
Block a user