0
0
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:
Bram Moolenaar
2012-07-06 18:27:39 +02:00
parent 0306ac33a5
commit 8cb8dca2f0
7 changed files with 88 additions and 3 deletions

View File

@@ -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()

View File

@@ -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.