Patch 7.0.046

2006-08-08 Thread Bram Moolenaar
Patch 7.0.046 Problem:The matchparen plugin ignores parens in strings, but not in single quotes, often marked with character. Solution: Also ignore parens in syntax items matching character. Files: runtime/plugin/matchparen.vim ***

Patch 7.0.047

2006-08-08 Thread Bram Moolenaar
Patch 7.0.047 Problem:When running configure the exit status is wrong. Solution: Handle the exit status properly. (Matthew Woehlke) Files: configure, src/configure *** ../vim-7.0.046/configureSun Jun 13 21:32:42 2004 --- configure Mon Jul 10 20:26:26 2006 *** ***

Re: Patch 7.0.047

2006-08-08 Thread mwoehlke
Bram Moolenaar wrote: Patch 7.0.047 Problem:When running configure the exit status is wrong. Solution: Handle the exit status properly. (Matthew Woehlke) Files: configure, src/configure [snip] Thanks, Bram! -- Matthew I blame the hippo.

Re: Patch 7.0.048

2006-08-08 Thread James Vega
On Tue, Aug 08, 2006 at 08:48:31PM +0200, Bram Moolenaar wrote: --- 127,135 let nmt = s:tempname(nm) if rename(nm, nmt) == 0 if exists(b:gzip_comp_arg) ! call system(a:cmd . . b:gzip_comp_arg . ' . nmt . ') else ! call system(a:cmd . ' . nmt . ')

Re: Patch 7.0.044

2006-08-08 Thread Mathias Michaelis
Dear Bram Patch 7.0.044 Problem: Perl: setting a buffer line in another buffer may result in changing the current buffer. Solution: Properly change to the buffer to be changed. Files:src/if_perl.xs [...] Alas, if I want to compile this, I get the following output ---%---

Re: Patch 7.0.048

2006-08-08 Thread Bram Moolenaar
James Vega wrote: On Tue, Aug 08, 2006 at 08:48:31PM +0200, Bram Moolenaar wrote: --- 127,135 let nmt =3D s:tempname(nm) if rename(nm, nmt) =3D=3D 0 if exists(b:gzip_comp_arg) ! call system(a:cmd . . b:gzip_comp_arg . ' . nmt . ') else !

Patch (unofficial): if_perl.xs is converted to an invalid if_perl.c file

2006-08-08 Thread Mathias Michaelis
Patch (after 7.0.44) Problem:xsubpp simply removes the newly added directives form if_perl.xs when converting it into if_perl.c Solution: See http://perldoc.perl.org/perlxs.html#Inserting-POD%2c-Comments-and-C-Preprocessor-Directives *** ..\vim-7.0.044\src\if_perl.xs

Controlling @Spell/@NoSpell

2006-08-08 Thread Nikolai Weibull
In my syntax/context.vim I include a bunch of other syntaxes. All work fine except for the xml one, as spell-checking stops working when it's included. It seems to be due to the fact that there are items in the xml syntax that are marked to contain @Spell. This seems to set off the default of