... > How do you obtain the vim sources? If you use git then you can just > import the patch via:
straight svn, nothing fancier at this point. > Otherwise, since the changes are trivial, I'll just illustrate them > below. Edit src/gui.c and find the following code: > 753 gui_set_shellsize(FALSE, FALSE , RESIZE_BOTH); > Now, recompile as you normally would and see if the behaviour with > 'guifont' is better with multi-monitors. No, changing the GUIFont using: nnoremap <C-Up> :silent! let &guifont = substitute(&guifont, ':h\zs\d\+', '\=eval(submatch(0)+1)', '')<CR> Still results in the screen flipping back to the primary monitor. Regarding the :vertical issue, the strange thing is this only happens if you currently do not have any vertical splits already. So if you are viewing 1 and only 1 buffer and issue :vert sp, Vim moves back to the primary monitor. If you move it back to the secondary and run :vert sp again, it stays there. If the :close the 2 splits and run :vert sp again, it moves back to the primary. Weird. Thanks for your help. Dave --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
