On Sun, Dec 28, 2008 at 2:41 PM, björn <[email protected]> wrote:
>
> 2008/12/28 Nico Weber <[email protected]>:
>
>> Is the "Pasteboard in Terminal" patch dependent on MacVim? If not,
>> could it be merged with the official vim distribution?
>
> Not sure.  From what I can tell it is not but I think that it requires
> that you compile with a GUI which is why I haven't "passed the patch
> on" to vim_dev.  I was hoping that Kent (the author of the patch)
> would perhaps know better than me and take care of this. (?)
>

I think this patch is MacVim specific. When vim is invoked in non-GUI
mode, the clipboard is disabled by default. And all the patch does, it
re-enables the clipboard by calling clip_init(TRUE) if FEAT_GUI_MACVIM
feature is presented. I noticed that vim does the same thing, for
example, in os_unix.c when it detects that xterm is available.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to