[patch][doc] Add reference to pi_logipat.txt in help.txt

2015-06-21 Fir de Conversatie KF Leong
Hi, New standard plugin logiPat.vim's documentation is not reference in help.txt. Regards, KF -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You

Re: Vim + Python = system DoS

2015-06-21 Fir de Conversatie Zvezdan Petkovic
On Jun 15, 2015, at 12:17 PM, mancha wrote: > > That said, I think it would be good to go ahead and fix this. The > look-around is way too costly and doesn't appear necessary for proper > highlighting of complex numbers. I’ll take a look at Ken’s patch this week and send the patch to the list fo

Re: New/updated syntax file: python.vim

2015-06-21 Fir de Conversatie Zvezdan Petkovic
On Jun 19, 2015, at 3:56 AM, Bram Moolenaar wrote: > I finally had time to look into these options for the Python syntax > file. > > I agree with Zvezdan that we should not switch from the current version > to a totally different version. Any user who has tuned the syntax with > the "python_no_

Re: Not compiled with strawberry perl 5.22 x64

2015-06-21 Fir de Conversatie nicknicols58
On Sunday, June 21, 2015 at 8:17:09 PM UTC+3, Ken Takata wrote: > 2015年6月22日月曜日 1時05分45秒 UTC+9 nickni...@gmail.com: > > On Saturday, June 20, 2015 at 5:24:54 PM UTC+3, Ken Takata wrote: > > > Hi Bram, > > > > > > 2015/6/20 Sat 22:30:31 UTC+9 Bram Moolenaar wrote: > > > > Ken Takata wrote: > > > >

Re: Not compiled with strawberry perl 5.22 x64

2015-06-21 Fir de Conversatie Ken Takata
2015年6月22日月曜日 1時05分45秒 UTC+9 nickni...@gmail.com: > On Saturday, June 20, 2015 at 5:24:54 PM UTC+3, Ken Takata wrote: > > Hi Bram, > > > > 2015/6/20 Sat 22:30:31 UTC+9 Bram Moolenaar wrote: > > > Ken Takata wrote: > > > > > > > 2015/6/19 Fri 21:15:18 UTC+9 Ken Takata wrote: > > > > > Can you try

Re: Patch 7.4.749

2015-06-21 Fir de Conversatie Christian Brabandt
Hi Elimar! On So, 21 Jun 2015, Elimar Riesebieter wrote: > * Bram Moolenaar [2015-06-20 15:30 +0200]: > > > > > Patch 7.4.749 (after 7.4.741) > > Problem:For some options two consecutive commas are OK. (Nikolay Pavlov) > > Solution: Add the P_ONECOMMA flag. > > Files: src/option.c >

Re: Patch 7.4.749

2015-06-21 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar [2015-06-20 15:30 +0200]: > > Patch 7.4.749 (after 7.4.741) > Problem:For some options two consecutive commas are OK. (Nikolay Pavlov) > Solution: Add the P_ONECOMMA flag. > Files: src/option.c This patch is missing in git? commit 81d57303df06bc9eca0adcaa0a10c1f90ff

Re: Not compiled with strawberry perl 5.22 x64

2015-06-21 Fir de Conversatie nicknicols58
On Saturday, June 20, 2015 at 5:24:54 PM UTC+3, Ken Takata wrote: > Hi Bram, > > 2015/6/20 Sat 22:30:31 UTC+9 Bram Moolenaar wrote: > > Ken Takata wrote: > > > > > 2015/6/19 Fri 21:15:18 UTC+9 Ken Takata wrote: > > > > Can you try the attached patches? > > > > > > > > I'm not sure why the second

Re: [patch] Unicode 8.0 updates

2015-06-21 Fir de Conversatie Bram Moolenaar
James McCoy wrote: > Unicode 8.0 was announced recently[0]. Attached patch contains updates > for src/mbyte.c produced by runtime/tools/unicode.vim. Also included is > a small change to runtime/tools/unicode.vim to fix an E36 I hit when > running it (since I have 'noequalalways' set). Thanks,

Patch 7.4.752

2015-06-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.752 Problem:Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy) Files: runtime/tools/unicode.vim, src/mbyte.c *** ../vim-7.4.751/runtime/tools/unicode.vim2010-05-15 13:04:00.0 +0200 --

Patch 7.4.751

2015-06-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.751 Problem:It is not obvious how to enable the address sanitizer. Solution: Add commented-out flags in the Makefile. (Dominique Pelle) Also add missing test targets. Files: src/Makefile *** ../vim-7.4.750/src/Makefile 2014-12-08 04:16:26.257702950 +0100 --- src/

Re: [patch] Build failure with clang 3.5 and if_perl on Cygwin

2015-06-21 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > When I build Vim with clang 3.5 and if_perl enabled on Cygwin, it fails with > the following error: > > configure:5624: checking if compile and link flags for Perl are sane > configure:5644: clang -o conftest.exe -O2 -fno-strength-reduce -Wall > -DPERL_USE_SAFE_PUTENV -U__S

Patch 7.4.750

2015-06-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.750 Problem:Cannot build with clang 3.5 on Cygwin with perl enabled. Solution: Strip "-fdebug-prefix-map" in configure. (Ken Takata) Files: src/configure.in, src/auto/configure *** ../vim-7.4.749/src/configure.in 2015-03-24 15:14:19.181039379 +0100 --- src/configure.in

Re: [doc] Add missing tags

2015-06-21 Fir de Conversatie Bram Moolenaar
Kenichi Ito wrote: > This patch adds missing tags. Thanks! -- hundred-and-one symptoms of being an internet addict: 127. You bring your laptop and cellular phone to church. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -