Re: Mac clipboard support

2007-09-27 Fir de Conversatie Nico Weber
1. The snapshot archives contain multiple items at the top level. This is fairly nonstandard IMHO This is the normal way of packaging stuff in OS X because BOMUnarchiver (the program the finder invokes when you double-click a zip) creates a folder with the name of the zip for you.

Re: Mac clipboard support

2007-09-27 Fir de Conversatie björn
If you could let us know exactly what the difference is between GTK/MacVim as regards Hebrew support then I (or anybody else interested, of course) could look into fixing this. The problem, for me, with adding support for other languages (than English) is that I simply do not know how

Re: Mac clipboard support

2007-09-10 Fir de Conversatie björn
That's fantastic! I've obviously not been paying enough attention to vim_mac. Is there a good way to get it working in xterm? I tried running MacVim.app/Contents/MacOS/Vim, but it didn't recognize the OSX clipboard (*p). As far as I understand, MacVim is mainly about the gui version of

Re: Mac clipboard support

2007-09-09 Fir de Conversatie Ben Schmidt
Hi, Björn, No, there is no official MacVim.app release yet (only binary snapshots)...I am still fixing bugs and implementing missing features. That being said, it works fairly well and supports some features that the Carbon port does not. Please try it out and let me know why/if it is

Re: Mac clipboard support

2007-09-09 Fir de Conversatie björn
One issue, though. If we move the clipboard support into os_macosx.c will it break MacVim by having those functions doubly defined? Does it need some conditional compilation #ifdefs, and if so, what? Or would you just remove the MacVim clipboard support if the other worked without the GUI?

Re: Mac clipboard support

2007-09-09 Fir de Conversatie Kyle Wheeler
On Sunday, September 9 at 02:31 PM, quoth björn: No, there is no official MacVim.app release yet (only binary snapshots)...I am still fixing bugs and implementing missing features. That being said, it works fairly well and supports some features that the Carbon port does not. Please try it