diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-07-06 18:27:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-07-06 18:27:39 +0200 |
commit | 8cb8dca2f0683a29a2cb441a8cd995d25c29d79c (patch) | |
tree | 5f470668d9ab29bac417a4d2083ebb8bb3cdb008 /src/ex_cmds.h | |
parent | 0306ac33a53114113825242d22d103ee0e3504f9 (diff) | |
download | vim-git-8cb8dca2f0683a29a2cb441a8cd995d25c29d79c.tar.gz |
updated for version 7.3.591v7.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)
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index ac61f1a0a..cfe150225 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -944,7 +944,7 @@ EX(CMD_tabfind, "tabfind", ex_splitview, EX(CMD_tabfirst, "tabfirst", ex_tabnext, TRLBAR), EX(CMD_tabmove, "tabmove", ex_tabmove, - RANGE|NOTADR|ZEROR|COUNT|TRLBAR|ZEROR), + RANGE|NOTADR|ZEROR|EXTRA|NOSPC|TRLBAR), EX(CMD_tablast, "tablast", ex_tabnext, TRLBAR), EX(CMD_tabnext, "tabnext", ex_tabnext, |