On 4 August 2010 20:16, björn <[email protected]> wrote: > On 4 August 2010 21:01, Michael Trim wrote: >> >> The two options as implemented in the patch are not mutually >> exclusive, though they could perhaps be better named: >> - nodropnewtab + nodropsplit (default) = current behaviour, where >> dropped files will be opened in a (horizontally) split window if Ctrl >> is held or the current buffer has unsaved changes. >> - nodropnewtab + dropsplit = dropped files are always opened in a >> split window, unless Ctrl is held. >> - dropnewtab + nodropsplit = same as the current behaviour but with >> tabs, i.e. dropped files will be opened in a tab if Ctrl is held or >> the current buffer has unsaved changes. >> - dropnewtab + dropsplit = dropped files are always opened in a new >> tab, unless Ctrl is held. > > I see. Well, then this patch is somewhat irrelevant for MacVim anyway > as MacVim does not support holding modifier keys when dropping files, > so I will withdraw from this thread... > > Björn
The Ctrl key functionality is part of the existing code, and is not relied on or provided by this patch. The Ctrl modifier just allows the user to force the opposite behaviour to the actual state of the 'dropsplit' option. Without modifier support the behaviour will always be as configured, so I think MacVim could still use this. --Mike -- 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
