Re: Folding, highlighting and patch 274

2010-05-27 Fir de Conversatie Frederic Hardy
Hello ! I can reproduce it with your provided syntax file and my debian vim 7.2.330. I haven't looked into the syntax file in detail, but it seems to be the problem. Using your syntax php file and layout.php that you provided[1], this simple_vimrc script shows the problem: , | profile start

Re: Folding, highlighting and patch 274

2010-05-27 Fir de Conversatie Christian Brabandt
Hi Frederic! On Do, 27 Mai 2010, Frederic Hardy wrote: Thanks for your help, Christian ! But i don't know where is the problem in my syntax file... It is the syntax sync fromstart This makes it really slow and it seems, vim needs to start parsing from the start of the file several times.

Re: Folding, highlighting and patch 274

2010-05-27 Fir de Conversatie skeept
It also became very slow for me with the only settings being syntax on set foldmethod=syntax the file being edited is a large C file. Best. H Jorge On May 26, 6:04 pm, Christian Brabandt cbli...@256bit.org wrote: Hi Frederic! On Mi, 26 Mai 2010, Frederic Hardy wrote: Since patch

Updated gcc compiler file

2010-05-27 Fir de Conversatie David Harrison
Problem: When using the gcc compiler setting under Linux and you need to find warnings or errors in the quicklist via the vimscript getqflist()... THERE ARE NONE! Note: It seems that the errorformat string for gcc doesn't specify flagging either Warnings or Errors for the quickfixlist. You

fantom programming language syntax file

2010-05-27 Fir de Conversatie Kamil Toman
Hi, I adapted the Java syntax file for vim to support syntax coloring for the Fantom Programming Language (http://fantom.org). Using the rule below in filetype.vim it worked fine for me: Fantom au BufNewFile,BufRead *.fan,*.fwt setf fan It would be great if this syntax file could

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-27 Fir de Conversatie Ben Fritz
On May 25, 3:37 pm, Bram Moolenaar b...@moolenaar.net wrote: This is moot though, a file edited by several people is very unusual, and if it does happen an undo file won't be very useful.  Better not enable the undofile option for this kind of file. I haven't had time to try out the Vim 7.3

Re: Update on Vim 7.3 status

2010-05-27 Fir de Conversatie Ben Fritz
On May 26, 7:32 am, Tony Mechelynck antoine.mechely...@gmail.com wrote: As for floating point numbers, I constantly use Vim as a floating-point calculator; I wouldn't say it's a useless feature. Not a /necessary/ one -- I could do without the trig and exp/log functions When floating point

hg commit syntax file

2010-05-27 Fir de Conversatie Jeff Horelick
Hey all, I figured since vim's CVS is deprecated (gone?) it'd be a good time to bring this up. I was looking around the web for some hg/Mercurial syntax hilighting files and i noticed that there are a few for Git (in the runtime no less) but really none for hg. So i found this hg commit syntax

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-27 Fir de Conversatie Christian J. Robinson
On Thu, 27 May 2010, Ben Fritz wrote: Is persistent undo a buffer-local option? It sounds like perhaps it should be, so that users can easily turn it on and off on a per-file basis. I agree that this is an option that should be possible to set locally. Setting it with :set should default to

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-27 Fir de Conversatie James Vega
On Thu, May 27, 2010 at 11:02 AM, Ben Fritz fritzophre...@gmail.com wrote: On May 25, 3:37 pm, Bram Moolenaar b...@moolenaar.net wrote: This is moot though, a file edited by several people is very unusual, and if it does happen an undo file won't be very useful.  Better not enable the undofile

Re: Update on Vim 7.3 status

2010-05-27 Fir de Conversatie Nikolai Weibull
On Thu, May 27, 2010 at 17:23, Ben Fritz fritzophre...@gmail.com wrote: On May 26, 7:32 am, Tony Mechelynck antoine.mechely...@gmail.com wrote: As for floating point numbers, I constantly use Vim as a floating-point calculator; I wouldn't say it's a useless feature. Not a /necessary/ one --

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-27 Fir de Conversatie Markus Heidelberg
Bram Moolenaar, 2010-05-26 22:59: Tony Mechelynck wrote: On 25/05/10 22:37, Bram Moolenaar wrote: [...] The undo files are hidden, all version control systems I know will ignore them. E.g. swap files are normally not a problem. [...] For a counterexample, Mercurial tracks

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-27 Fir de Conversatie Tony Mechelynck
On 28/05/10 01:54, Markus Heidelberg wrote: Bram Moolenaar, 2010-05-26 22:59: Tony Mechelynck wrote: On 25/05/10 22:37, Bram Moolenaar wrote: [...] The undo files are hidden, all version control systems I know will ignore them. E.g. swap files are normally not a problem. [...] For a