Hi Attached patch fixes a typo in runtime/doc/tabpage.txt in vim-7.4.560 which was introduced by vim-7.4.530.
Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff -r ab36689121ad runtime/doc/tabpage.txt --- a/runtime/doc/tabpage.txt Wed Dec 17 21:00:49 2014 +0100 +++ b/runtime/doc/tabpage.txt Sun Dec 28 23:51:54 2014 +0100 @@ -206,7 +206,7 @@ :tabmove " move the tab page to the right :.tabmove " as above :+tabmove " as above - :0tabmove " move the tab page to the begining of the tab + :0tabmove " move the tab page to the beginning of the tab " list :$tabmove " move the tab page to the end of the tab list <
