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
>
> [...]
>
>
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
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
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
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.
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
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:
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