Re: Patch 7.4.759

2015-06-26 Fir de Conversatie Bram Moolenaar
KF Leong wrote: > On Friday, June 26, 2015 at 12:28:05 AM UTC+8, Bram Moolenaar wrote: > > Patch 7.4.759 > > Problem:Building with Lua 5.3 doesn't work, symbols have changed. > > Solution: Use the new names for the new version. (Felix Schnizlein) > > Files: src/if_lua.c > > [...] > >

Re: Regression after ~ 7.4.75x

2015-06-26 Fir de Conversatie Bram Moolenaar
Axel Bender wrote: > The following used to work in my Perl syntax file since a long time > (re=1 and re=2), but now (as of ~ 7.4.75x) gives me error E66 ("\z( > not allowed here") when I scroll over a text area containing matching > text: > > >> syntax region perlHere start="\(<\@ >> matchgrou

Re: Patch 7.4.755

2015-06-26 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2015/6/26 Fri 7:29:52 UTC+9 h_east wrote: > > Thanks for include my patch! > > > > But part of runtime/doc/eval.txt was missing. > > The following difference does not reflect. [...] > How about mentioning backward compatibilites of the {skipcc} parameter? > E.g. > > strcha

Re: Patch 7.4.755

2015-06-26 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > 2015-6-25(Thu) 23:09:44 UTC+9 Bram Moolenaar: > > Patch 7.4.755 > > Problem:It is not easy to count the number of characters. > > Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken > > Takata) > > Files: runtime/doc/eval.txt, s

Re: Patch 7.4.759

2015-06-26 Fir de Conversatie Christian Brabandt
Hi Cesar! On Fr, 26 Jun 2015, Cesar Romani wrote: > On 25/06/2015 11:28 a.m., Bram Moolenaar wrote: > > > > Patch 7.4.759 > > Problem:Building with Lua 5.3 doesn't work, symbols have changed. > > Solution: Use the new names for the new version. (Felix Schnizlein) > > Files: src/if_lua.

Re: Issue 378 in vim: Hit Enter twice after make

2015-06-26 Fir de Conversatie vim
Comment #1 on issue 378 by carlosjo...@gmail.com: Hit Enter twice after make https://code.google.com/p/vim/issues/detail?id=378 To reproduce, try: 1) Write this simple 3-line python script: # # 1/0 2) let &l:errorformat=' File "%f"\, line %l%.%#' | let &l:makeprg='python %' 3a) Move the c

Re: Patch 7.4.759

2015-06-26 Fir de Conversatie Cesar Romani
On 25/06/2015 11:28 a.m., Bram Moolenaar wrote: > > Patch 7.4.759 > Problem:Building with Lua 5.3 doesn't work, symbols have changed. > Solution: Use the new names for the new version. (Felix Schnizlein) > Files: src/if_lua.c When building on Windows with MinGW32 and Lua 5.1.4, I get:

Regression after ~ 7.4.75x

2015-06-26 Fir de Conversatie Axel Bender
The following used to work in my Perl syntax file since a long time (re=1 and re=2), but now (as of ~ 7.4.75x) gives me error E66 ("\z( not allowed here") when I scroll over a text area containing matching text: >> syntax region perlHere start="\(<\@> matchgroup=perlHereLabel end="^\z1$" I th