Patch 7.4a.001

2013-07-07 Fir de Conversatie Bram Moolenaar
Patch 7.4a.002 Problem:Valgrind errors in test 89. (Simon Ruderich) Solution: Allocate one more byte. (Dominique Pelle) Files: src/misc2.c *** ../vim-7.4a.001/src/misc2.c 2013-07-04 21:14:48.0 +0200 --- src/misc2.c 2013-07-07 16:03:35.0 +0200 *** ***

Re: Patch 7.4a.001

2013-07-07 Fir de Conversatie Tony Mechelynck
On 07/07/13 16:16, Bram Moolenaar wrote: Patch 7.4a.002 Problem:Valgrind errors in test 89. (Simon Ruderich) Solution: Allocate one more byte. (Dominique Pelle) Files: src/misc2.c Notwithstanding the email's Subject, this is indeed patch 7.4a.002. Best regards, Tony. -- The

Patch 7.4a.001

2013-07-06 Fir de Conversatie Bram Moolenaar
[Note: mercurial already had this change] Patch 7.4a.001 Problem:Script to update syntax menu is oudated. Solution: Add the missing items. Files: runtime/makemenu.vim *** ../vim-7.4a.000/runtime/makemenu.vim2010-08-04 17:34:32.0 +0200 --- runtime/makemenu.vim

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tooth pik
On Sat, Jul 06, 2013 at 04:24:58PM +0200, Bram Moolenaar wrote: [Note: mercurial already had this change] Patch 7.4a.001 it builds and works fine for me one [admittedly trivial] question though: shouldn't it be called 7.4a.0001? -- _|_ _ __|_|_ ._ o

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Taro MURAOKA
Hi Bram. On mercurial repositry, the patch number 1 is duplicated. Please check here https://code.google.com/p/vim/source/browse/src/version.c?r=0ddba00c204d855c0b3da30cb338d9bdb0ded847#732 -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Can I (somehow) rebase my vim73 repository to vim74? -- -- 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 received this message because you are

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: On mercurial repositry, the patch number 1 is duplicated. Please check here https://code.google.com/p/vim/source/browse/src/version.c?r=0ddba00c204d855c0b3da30cb338d9bdb0ded847#732 Thanks for noticing. My script failed the first time and I forgot to correct this part.

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Bram Moolenaar
Toothpik wrote: On Sat, Jul 06, 2013 at 04:24:58PM +0200, Bram Moolenaar wrote: [Note: mercurial already had this change] Patch 7.4a.001 it builds and works fine for me one [admittedly trivial] question though: shouldn't it be called 7.4a.0001? I'm pretty sure that there won't

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Zulox4
On Saturday, July 6, 2013 6:18:44 PM UTC+2, Bram Moolenaar wrote: Toothpik wrote: On Sat, Jul 06, 2013 at 04:24:58PM +0200, Bram Moolenaar wrote: [Note: mercurial already had this change] Patch 7.4a.001 it builds and works fine for me one [admittedly

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 17:58, tux- wrote: Can I (somehow) rebase my vim73 repository to vim74? With Mercurial, it is (in principle) not possible to rewrite history. My brand-new vim74a clone goes back all the way to 7. alpha, which is when the Vim source was first brought under Mercurial, and

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Damn. So I'll have to merge my modifications all manually again? :-/ What's the command to clone vim74 again? -- -- 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

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 20:05, tux- wrote: Damn. So I'll have to merge my modifications all manually again? :-/ No. Your changes can be merged automatically, since v7-4a is the child of v7-3-1314. I have a few changes too (in .hgignore and in src/feature.h), hg fetch --switch-parent merges them every

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Tony Mechelynck schrob am Samstag, 6. Juli 2013 um 20:21 Zeit: hg fetch --switch-parent merges them every time I pull new changes Hmm.. hg: unknown command 'fetch' :-/ -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 20:22, tux- wrote: Tony Mechelynck schrob am Samstag, 6. Juli 2013 um 20:21 Zeit: hg fetch --switch-parent merges them every time I pull new changes Hmm.. hg: unknown command 'fetch' :-/ It's a built-in extension to Mercurial, you have to enable it before you can use it. It

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
Ah, thanks! Now: abort: outstanding uncommitted changes...? -- -- 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 received this message because you

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie tux-
I see. I commited my changes (hg commit -m ...), used hg fetch --switch-parent ... how can I pull 7.4 now? -- -- 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

Re: Patch 7.4a.001

2013-07-06 Fir de Conversatie Tony Mechelynck
On 06/07/13 21:26, tux- wrote: I see. I commited my changes (hg commit -m ...), used hg fetch --switch-parent ... how can I pull 7.4 now? You should already have it. hg tags ought to show, among others, v7-4a-001 as one of the close ancestors of your tip. Or, enable the graphlog extension,