I have a problem using mac vim using ctags' -t flag with vim's -- remote-tab flag.
Now I have a function called 'shorten' in one of my files (par_page.php). The following works correctly: "mvim -t shorten" does open 'par_page.php' and the cursor is moved to the 'shorten' method signature "mvim --remote-tab index.php" does open 'index.php' in a new tab in an existing vim window But.. "mvim --remote-tab -t shorten" opens a file called "-t" and one called "shorten" in new tabs. That's not the behavior I was expecting, am I doing it wrong or shouldn't this open my 'par_page.php' file in a new tab and move the cursor to the 'shorten' function? Don't know if this is a code bug or another one of those 'the bug exists between my screen and my chair?' -- dsc -- You received this message from the "vim_mac" 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 To unsubscribe, reply using "remove me" as the subject.
