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 in

Re: Crashing Vim 7.4a9 snapshot 68 with folding

2013-07-29 Thread 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 in ~/.vim/syntax/pandoc.vim from vim-pandoc. It doesn't

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

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