On Apr 5, 7:56 am, pr3d4t0r <[email protected]> wrote: > OKi, I found a way to recreate this. > > If MacVim starts from the GUI (Finder or Quicksilver or whatever) then > integration with the keyboard works great. > > If MacVim starts from the command line using /usr/bin/mvim or /usr/ > local/bin/mvim then clipboard support doesn't work.
I found a workaround that seems to fix this. Modify the mvim script to use: /usr/bin/open /Applications/MacVim.app $* That starts MacVim just fine from the command line, with support for the clipboard. It doesn't seem to pick up all the options from .gvimrc like the number of columns or rows that I want to start this at, but otherwise it does the job. I haven't analyzed everything that mvim does yet -- I'll wait for your comments first, then I can patch it and submit it with this fix. Or submit a separate script. Or whatever works. Cheers, pr3d4t0r --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
