Re: MacVim snapshot 72 for OS X 10.9 (on 10.5 and 10.6)

2013-10-27 Thread Axel Kielhorn
Am 26.10.2013 um 20:54 schrieb björn: I had another look and managed to avoid using deprecated CGContext.. functions. Check the latest commit in the repo. I build this version on 10.6.8 and it compiles and seems to work fine. (I’m using the Core Text renderer.) Building on 10.5.8 (PPC)

Re: Crashing Vim 7.4a9 snapshot 68 with folding

2013-07-30 Thread Axel Kielhorn
Am 29.07.2013 um 22:15 schrieb Bram Moolenaar: Axel Kielhorn wrote: Update: As I have written earlier, the crash was introduced with Vim 7.3.1185. And here is the RegEx that causes the crash: syn match pandocPCite /@\%[\w\-]*/ It is part of the citation handling code

Re: Vim 7.4b ready for beta testing

2013-07-29 Thread Axel Kielhorn
Am 28.07.2013 um 21:47 schrieb björn: On Sun, Jul 28, 2013 at 6:35 PM, Bram Moolenaar wrote: Hello Vim users, Announcing: Vim (Vi IMproved) version 7.4b BETA Oh dear, this reminds me that I didn't investigate my crashing problem. Well, here it is: Vim 7.3.1184 works fine, 7.3.1185

Re: Crashing Vim 7.4a9 snapshot 68 with folding

2013-07-14 Thread Axel Kielhorn
Am 14.07.2013 um 13:02 schrieb Bram Moolenaar: Axel Kielhorn wrote: I usually build Vim from git source but tested the official (Snow Leopard) snapshot as well. I'm on MacOS 10.6.8. My compiler: gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3

Re: Crashing Vim 7.4a9 snapshot 68 with folding

2013-07-14 Thread Axel Kielhorn
Another datapoint: I build Vim 7.4a9 on MacOS 10.8 with gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) No problems here. On 10.6 I have gcc --version i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot

Re: Crashing Vim 7.4a9 snapshot 68 with folding

2013-07-14 Thread Axel Kielhorn
Am 14.07.2013 um 18:12 schrieb Axel Kielhorn: Another datapoint: I build Vim 7.4a9 on MacOS 10.8 with gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) No problems here. On 10.6 I have gcc --version i686

Re: Crashing Vim 7.4a9 snapshot 68 with folding

2013-07-14 Thread Axel Kielhorn
Am 14.07.2013 um 19:50 schrieb Axel Kielhorn: Am 14.07.2013 um 18:12 schrieb Axel Kielhorn: Another datapoint: I build Vim 7.4a9 on MacOS 10.8 with gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) No problems

Re: Bug - Opening files in split window mode

2012-08-30 Thread Axel Kielhorn
Am 27.08.2012 um 22:57 schrieb Phil S: I downloaded the recommended plug-in and copied it to the plug-in directory in the MacVim package but am still running into the same problem. (I renamed the plugin from .vba to .vim... i assume thats correct). Any other thoughts? .vba means it is a

Re: Unicode matchpairs not possible?

2012-07-03 Thread Axel Kielhorn
Am 03.07.2012 um 14:17 schrieb Tony Mechelynck: It is documented under :help 'matchpairs': Currently only single byte character pairs are allowed, and they must be different. Thanks, I somehow missed that. Maybe I should transform » and « to and while editing and convert it back when

Unicode matchpairs not possible?

2012-07-01 Thread Axel Kielhorn
Hi! I'm using: VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 4 2012 19:19:42) MacOS X (unix) version Included patches: 1-531 The default matchpairs are: matchpair(:),{:},[:] I can :set mps+=: to add a new matchpair, but I can't :set mps+=«:» or :set mps+=‹:› I get E474: Invalid

Re: Where do I place fonts?

2012-02-26 Thread Axel Kielhorn
Am 26.02.2012 um 17:19 schrieb Eric Weir: On Feb 25, 2012, at 4:16 PM, retiredff wrote: On my Mac, any new fonts I put here: ~/Library/Fonts/ I guess I should be more specific. I'm told the gyre fonts are 'open type fonts.' Is this where I should put that that type of font? You

Re: MacVim.app - Snapshot 50

2009-10-11 Thread Axel Kielhorn
Am 10.10.2009 um 00:27 schrieb björn: Hi, I have uploaded a new snapshot to: http://code.google.com/p/macvim/wiki/Snapshot Builds fine on MacOS 10.5.8 intel. Axel --~--~-~--~~~---~--~~ You received this message from the vim_mac maillist. For more

Re: Ctrl doesn't work in MacVim (Snow Leopard) with a Swedish Dvorak keyboard layout (linked)...

2009-09-13 Thread Axel Kielhorn
Am 12.09.2009 um 22:06 schrieb Fredrik Bränström: Uh, wrong file. The .keylayout is located in the .bundle/Contents/ Resources... Attaching the .bundle. I had a look at your keylayout file: There is no mapping table for control. My custom map file has: modifierMap id=commonModifiers

Re: Snow Leopard drops MacOSX10.4u.sdk SDK -- MacVim won't build on 10.6

2009-09-03 Thread Axel Kielhorn
Am 02.09.2009 um 20:18 schrieb björn: 2009/9/2 Axel Kielhorn: Sorry, please see the attached file. Thanks Axel. The problem was that I used the availability macros incorrectly (MAC_OS_X_VERSION_MAX_ALLOWED etc.) which was just now pointed out to me in a private mail. I've pushed

Re: Snow Leopard drops MacOSX10.4u.sdk SDK -- MacVim won't build on 10.6

2009-09-02 Thread Axel Kielhorn
Am 02.09.2009 um 03:36 schrieb björn: If anybody builds MacVim on 10.5 or 10.4, please let me know if it still works or if I inadvertently broke something in the process. Note: you will have to reconfigure (./configure ...) and clean the entire project for all the patches to work. I did a

Re: Snow Leopard drops MacOSX10.4u.sdk SDK -- MacVim won't build on 10.6

2009-09-02 Thread Axel Kielhorn
Am 02.09.2009 um 18:03 schrieb björn: 2009/9/2 Axel Kielhorn: Am 02.09.2009 um 03:36 schrieb björn: If anybody builds MacVim on 10.5 or 10.4, please let me know if it still works or if I inadvertently broke something in the process. Note: you will have to reconfigure (./configure