2010/1/11 Grizzly(Francis Smit) <griz...@smit.id.au>:
> yeah I tried this:
>
> amenu icon=/home/user/Pictures/icons/16/tabmove.xpm
> ToolBar.TabMoveForward :tabmove (tabpagenr() + 1)<cr>
>
>
>
> but it doesn't work I get errors about trailing characters :(

Just a guess, but I imagine you need to use :exe - replace

    :tabmove (tabpagenr() + 1)<cr>

with

    :exe 'tabmove' (tabpagenr()+1) . '<cr>'

Al
-- 
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

Reply via email to