Re: Type conflicts when using --with-x on Mac OS X

2010-10-09 Thread Bram Moolenaar
Rainer wrote: > as maintainer of vim in MacPorts I got a build failure report [1] when > using './configure --with-x' (our +x11 variant): > [...] > This snippet is from my system with Mac OS X 10.6.4 (Snow Leopard) with > xorg-libXt @1.0.8 and vim @7.3.11 > > As a solution for this, I added #de

Patch 7.3.020

2010-10-09 Thread Bram Moolenaar
Patch 7.3.020 Problem:Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner) Files: src/ops.c, src/testdir/test68.in, src/testdir/test68.ok *** ../vim-7.3.019

Re: [Bug Report] After saving a new file, the value of "fileencoding" does not change

2010-10-09 Thread H Xu
Does this bug get any chance to be fixed? Thanks. On 10/1/10, Tony Mechelynck wrote: > On 01/10/10 03:39, H Xu wrote: >> Hello, >> >> The value of "fileencoding" does not change after saving a new file, >> until reopen the file. >> >> Regards, >> Hong Xu >> 10/01/2010 >> > > I can reproduce this

[no subject]

2010-10-09 Thread Pablo Contreras
Hi All, You may think I'm crazy, why would you want to call HIGHLIGHT so many times??? Because I wrote a color scheme script that updates the highlight continuously. Each 'time' it calls HIGHLIGHT 40 times to update each major syntax element's name, and if as I did you increase the frequency di

Sorry for no subject; HIGHLIGHT stops working around 144000th time

2010-10-09 Thread Pablo Contreras
Hi All, You may think I'm crazy, why would you want to call HIGHLIGHT so many times??? Because I wrote a color scheme script that updates the highlight continuously. Each 'time' it calls HIGHLIGHT 40 times to update each major syntax element's name, and if as I did you increase the frequen