]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0205: Cannot use modifiers before :-Ntabmove v9.1.0205
authorzeertzjq <zeertzjq@outlook.com>
Mon, 25 Mar 2024 15:41:06 +0000 (16:41 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 25 Mar 2024 15:41:06 +0000 (16:41 +0100)
commit076faac5378cf517baa8c331c57488d39efadec0
treea7c0e09d425e3f173bd90167e69d8ba25c80af9d
parent6dcf59b89fd4a65df4a68a333a66357c2480d7b0
patch 9.1.0205: Cannot use modifiers before :-Ntabmove

Problem:  Cannot use modifiers before :-Ntabmove.
Solution: Check backwards from the command instead of checking from the
          start of the command line. Slightly adjust docs to make them
          more consistent (zeertzjq).

closes: #14289

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/tabpage.txt
src/ex_docmd.c
src/testdir/test_tabpage.vim
src/version.c