Unless I'm misunderstanding something, tab drop is broken when there's a vertical split in the tab where the target file is. Using Vim73. Here are steps to reproduce what I'm seeing, which seems like it can't be desired behavior:
1. edit mynewfile 2. vsplit 3. tab drop mynewfile Instead of moving to window that has mynewfile (or even staying in current window), the tab drop command opens up a new tab with mynewfile. Subsequently issuing tab drop on the new tabs will open yet another tab with mynewfile, despite fact that each of those tabs has only single window. Behavior is as expected when the split in the windows is horizontal: tab drop stays on current tab. Am I doing something wrong, or somehow misunderstanding 'tab drop'? -- Herb -- You received this message from the "vim_use" 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
