Re: Patch 7.4.073

2013-11-07 Fir de Conversatie Christian Brabandt
On Thu, November 7, 2013 03:26, Bram Moolenaar wrote: Thanks. Are you scared of the number 100? :-) kind of. The more tests we add, the harder it is to find one, that can be used for adding more tests. So I figured, it would make sense, to give them more meaningful names, so one can make an

Re: Patch 7.4.073

2013-11-07 Fir de Conversatie Nikolay Pavlov
On Nov 7, 2013 12:27 PM, Christian Brabandt cbli...@256bit.org wrote: On Thu, November 7, 2013 03:26, Bram Moolenaar wrote: Thanks. Are you scared of the number 100? :-) kind of. The more tests we add, the harder it is to find one, that can be used for adding more tests. So I figured, it

Re: vim.org website redesign/update

2013-11-07 Fir de Conversatie Justin M. Keyes
On Wed, Nov 6, 2013 at 4:54 PM, Leonard Ehrenfried leonard.ehrenfr...@gmail.com wrote: Before I get ahead of myself in terms of planning I would like to gauge the community's feelings towards an undertaking like this. For what it's worth, I am very much in favor of this. I am really glad to

Re: vim.org website redesign/update

2013-11-07 Fir de Conversatie Justin M. Keyes
doesn't do a very good job of explaining what vim is and how to install it That reminds of one more rather important function of vim.org: provide updated builds. Currently for Windows users, this is provided by random blogs, for which I am thankful, but didn't find for a very long time. Justin

Re: vim.org website redesign/update

2013-11-07 Fir de Conversatie Benjamin Klein
On Nov 7, 2013, at 1:20 AM, Christian Brabandt cbli...@256bit.org wrote: But the problem seems to be on the infrastructure side, e.g. who get's access to the page source and can make changes. IIRC, Bram wasn't willing to have the webpage source available to the public. Even if the site’s

Re: Patch 7.4.073

2013-11-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Thu, November 7, 2013 03:26, Bram Moolenaar wrote: Thanks. Are you scared of the number 100? :-) kind of. The more tests we add, the harder it is to find one, that can be used for adding more tests. So I figured, it would make sense, to give them more

Re: Patch 7.4.073

2013-11-07 Fir de Conversatie Nikolay Pavlov
On Nov 8, 2013 1:16 AM, Bram Moolenaar b...@moolenaar.net wrote: Christian Brabandt wrote: On Thu, November 7, 2013 03:26, Bram Moolenaar wrote: Thanks. Are you scared of the number 100? :-) kind of. The more tests we add, the harder it is to find one, that can be used for adding

Re: Patch 7.4.073

2013-11-07 Fir de Conversatie Christian Brabandt
Hi Bram! On Do, 07 Nov 2013, Christian Brabandt wrote: On Thu, November 7, 2013 03:26, Bram Moolenaar wrote: Thanks. Are you scared of the number 100? :-) kind of. The more tests we add, the harder it is to find one, that can be used for adding more tests. So I figured, it would make

Re: Patch 7.4.073

2013-11-07 Fir de Conversatie tooth pik
On Thu, Nov 07, 2013 at 10:55:12PM +0100, Christian Brabandt wrote: On Do, 07 Nov 2013, Christian Brabandt wrote: On Thu, November 7, 2013 03:26, Bram Moolenaar wrote: += +test49.in += + +This is a test of the script language. + +If after adding a new test, the test

Re: undo-corruption and valgrind error

2013-11-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Thu, November 7, 2013 03:04, Bram Moolenaar wrote: Christian Brabandt wrote: ./vim -u NONE -N -c ':set ul=5' 1):for i in range(1,10)| call feedkeys(o.i.\e, 't')|endfor (i.e. make sure echo line is a single undoable change). 2)(undo as long as it is

Re: vim.org website redesign/update

2013-11-07 Fir de Conversatie Marc Weber
A new vim webseite should support: - password reset (requires email sending, sourceforge did not allow this in the past) - integrates a wiki. I'd personally like to see a git based one. A very simple draft can be found at http://vim-wiki.mawercer.de/wiki/index.html - fixes the author of

Re: [PATCH] VS2013 Support in Make_mvc.mak

2013-11-07 Fir de Conversatie Bram Moolenaar
Ed Brown wrote: [Nothing. Did attach a patch.] I'll include it, thanks. -- MICHAEL PALIN PLAYED: 1ST SOLDIER WITH A KEEN INTEREST IN BIRDS, DENNIS, MR DUCK (A VILLAGE CARPENTER WHO IS ALMOST KEENER THAN ANYONE ELSE TO BURN WITCHES), THREE-HEADED

Patch 7.4.078

2013-11-07 Fir de Conversatie Bram Moolenaar
Patch 7.4.078 Problem:MSVC 2013 is not supported. Solution: Recognize and support MSVC 2013. (Ed Brown) Files: src/Make_mvc.mak *** ../vim-7.4.077/src/Make_mvc.mak 2013-07-09 13:13:12.0 +0200 --- src/Make_mvc.mak2013-11-08 03:12:48.0 +0100 *** ***

Patch 7.4.079

2013-11-07 Fir de Conversatie Bram Moolenaar
Patch 7.4.079 Problem:A script cannot detect whether 'hlsearch' highlighting is actually displayed. Solution: Add the v:hlsearch variable. (ZyX) Files: src/runtime/doc/eval.txt, src/eval.c, src/ex_docmd.c, src/option.c, src/screen.c, src/search.c, src/tag.c,

Re: [patch] E315 error

2013-11-07 Fir de Conversatie Bram Moolenaar
Lech Lorens wrote: Attached is a patch fixing E315 error caused by delete ex command not resetting visual selection. Test included. Note that this is related to pressing Escape when in visual mode triggering a yank to the clipboard. This means that the problem might (but I'm not

Re: Patch 7.4.078

2013-11-07 Fir de Conversatie KF Leong
On Friday, 8 November 2013 10:16:08 UTC+8, Bram Moolenaar wrote: Patch 7.4.078 Problem:MSVC 2013 is not supported. Solution: Recognize and support MSVC 2013. (Ed Brown) Files: src/Make_mvc.mak ... --- 488,494 !endif # Static code analysis generally available