The only way I can get the mouse to move a split window partition within vim is
to start it as 'gvim -v'. (I have set mouse=a in .vimrc already.) This starts
in nocompatible mode. I did a diff of the options (:set) when running as vim
and gvim -v, and the only difference is that gvim -v has
guitablabel=%{TabGuiCaptionLabel()}. I can start up as vim and :set
nocompatible, but the mouse still does not work. Well, I was hoping there would
be something obvious that I could set in my .vimrc which would make the mouse
drag work, so I'm wondering what is the difference between vim and gvim -v,
since it appears that setting nocompatible does not affect my mouse behaviour?
--
.
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php