mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -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:
@@ -93,6 +93,34 @@ STARTTEST
|
||||
:endif
|
||||
:"
|
||||
:"
|
||||
:for i in range(9) | tabnew | endfor
|
||||
1gt
|
||||
Go=tabpagenr()
|
||||
|
||||
|
||||
:tabmove 5
|
||||
i=tabpagenr()
|
||||
|
||||
|
||||
:tabmove -2
|
||||
i=tabpagenr()
|
||||
|
||||
|
||||
:tabmove +4
|
||||
i=tabpagenr()
|
||||
|
||||
|
||||
:tabmove
|
||||
i=tabpagenr()
|
||||
|
||||
|
||||
:tabmove -20
|
||||
i=tabpagenr()
|
||||
|
||||
|
||||
:tabmove +20
|
||||
i=tabpagenr()
|
||||
|
||||
|
||||
:3tabmove
|
||||
i=tabpagenr()
|
||||
|
||||
@@ -8,3 +8,13 @@ settabvar: pass
|
||||
tab drop 1: pass
|
||||
tab drop 2: pass
|
||||
tab drop 3: pass
|
||||
1
|
||||
6
|
||||
4
|
||||
8
|
||||
10
|
||||
1
|
||||
10
|
||||
4
|
||||
6
|
||||
E474 caught.
|
||||
|
||||
Reference in New Issue
Block a user