Re: [vim/vim] doc: signs: clarifications for priority / order (#4482)

2019-06-07 Fir de Conversatie Yegappan Lakshmanan
Hi, On Fri, Jun 7, 2019 at 10:10 AM Daniel Hahler wrote: > > Thanks, closing. > You may want to try changing the priorities of already placed signs on a single line after patch #1489. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply bel

Patch 8.1.1491

2019-06-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1491 Problem:When skipping over code after an exception was thrown expression evaluation is aborted after a function call. (Ingo Karkat) Solution: Do not fail if not executing the expression. (closes #4507) Files: src/eval.c, src/testdir/test_eval_stuff.vim ***

Patch 8.1.1490

2019-06-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1490 Problem:When a single test fails the exit code is not set. (Daniel Hahler) Solution: Add an exit command. (closes #4506) Files: src/testdir/Makefile *** ../vim-8.1.1489/src/testdir/Makefile2019-06-06 14:37:59.886604048 +0200 --- src/testdir/Makefile201

Patch 8.1.1489

2019-06-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1489 Problem:Sign order wrong when priority was changed. Solution: Reorder signs when priority is changed. (Yegappan Lakshmanan, closes #4502) Files: src/quickfix.c, src/sign.c, src/testdir/test_signs.vim *** ../vim-8.1.1488/src/quickfix.c 2019-05-28 23:08:

Re: Patch 8.1.1476

2019-06-07 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 06 Jun 2019, Bram Moolenaar wrote: > > > Patch 8.1.1476 > > Problem:No statistics displayed after running tests. > > Solution: Summarize the test results. (Christian Brabandt, closes #4391) > > Also make it possible to report a skipped file. > > I fo

Patch 8.1.1488

2019-06-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1488 Problem:Summary of tests has incorrect failed count. Solution: Add to the failed count instead of setting it. (Christian Brabandt) Files: src/testdir/summarize.vim *** ../vim-8.1.1487/src/testdir/summarize.vim 2019-06-06 14:28:50.629869185 +0200 --- src/testdir/summ

Re: Patch 8.1.1486

2019-06-07 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Fri, Jun 7, 2019 at 9:20 AM Bram Moolenaar wrote: > > > > Christian wrote: > > > > > On Do, 06 Jun 2019, Bram Moolenaar wrote: > > > > > > > Patch 8.1.1486 > > > > > > Congratulations to 10,000 commits on github ;) > > > > Maybe I should stop here? > > > > No :-). There ar

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie M Kelly
Hi, Thank you all so much. 8.1.1487 builds fine :-) -mark -- -- 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 a

Patch 8.1.1487

2019-06-07 Fir de Conversatie Bram Moolenaar
Patch 8.1.1487 Problem:Older msgfmt cannot generate proper .desktop file. Solution: Add a configure check to not use this msgfmt version. (Ken Takata) Files: src/configure.ac, src/auto/configure *** ../vim-8.1.1486/src/configure.ac2019-05-10 21:28:35.180612997 +0200 --- src/confi

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/6/7 Fri 15:12:59 UTC+9 Christian Brabandt wrote: > > On Do, 06 Jun 2019, Ken Takata wrote: > > > > > Or, should we also mark gettext v0.19 to v0.19.6 as broken? > > > > I believe, when I tried to git bisect the issue yesterday, the first bad > > commit was around 0.19

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Fr, 07 Jun 2019, Bram Moolenaar wrote: > > > Since there are the .desktop files in the distribution, best would be to > > just keep these, instead of building a new one. So we try to build a > > fresh version, but if it fails then we don't put the broken one over an > > o

Re: Patch 8.1.1486

2019-06-07 Fir de Conversatie Yegappan Lakshmanan
Hi, On Fri, Jun 7, 2019 at 9:20 AM Bram Moolenaar wrote: > > Christian wrote: > > > On Do, 06 Jun 2019, Bram Moolenaar wrote: > > > > > Patch 8.1.1486 > > > > Congratulations to 10,000 commits on github ;) > > Maybe I should stop here? > No :-). There are many more decades of Vim development ahe

Re: Patch 8.1.1486

2019-06-07 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 06 Jun 2019, Bram Moolenaar wrote: > > > Patch 8.1.1486 > > Congratulations to 10,000 commits on github ;) Maybe I should stop here? -- hundred-and-one symptoms of being an internet addict: 109. You actually read -- and enjoy -- lists like this. /// Bram Moolenaa

[OT] Order vs. Disorder ;-)

2019-06-07 Fir de Conversatie Tony Mechelynck
On Thu, Jun 6, 2019 at 7:47 PM Christian Brabandt wrote: [...] > -- > Unordnung: wo nichts am rechten Platz ist. > Ordnung: wo am rechten Platz nicht ist. The following is the start of a chapter from "Citadel" by Antoine de Saint-Exupéry (my translation, and quoting from memory): My generals, in

Re: Patch 8.1.1476

2019-06-07 Fir de Conversatie Christian Brabandt
On Do, 06 Jun 2019, Bram Moolenaar wrote: > Patch 8.1.1476 > Problem:No statistics displayed after running tests. > Solution: Summarize the test results. (Christian Brabandt, closes #4391) > Also make it possible to report a skipped file. I found a mistake in this patch. Can y

Re: Patch 8.1.1486

2019-06-07 Fir de Conversatie Paul Jolly
+10,000! On Fri, 7 Jun 2019 at 13:25, Christian Brabandt wrote: > > > On Do, 06 Jun 2019, Bram Moolenaar wrote: > > > Patch 8.1.1486 > > Congratulations to 10,000 commits on github ;) > > Best, > Christian > -- > Und damit das nur gleich klar ist, wir können auch außerhalb einer > Pressekonferenz

Re: Patch 8.1.1486

2019-06-07 Fir de Conversatie Christian Brabandt
On Do, 06 Jun 2019, Bram Moolenaar wrote: > Patch 8.1.1486 Congratulations to 10,000 commits on github ;) Best, Christian -- Und damit das nur gleich klar ist, wir können auch außerhalb einer Pressekonferenz fabelhaft auch uns zum Tee treffen ... -- Der verrückte Hutmacher (M

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie Christian Brabandt
On Fr, 07 Jun 2019, Bram Moolenaar wrote: > Since there are the .desktop files in the distribution, best would be to > just keep these, instead of building a new one. So we try to build a > fresh version, but if it fails then we don't put the broken one over an > older but working one. So how a

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 06 Jun 2019, Bram Moolenaar wrote: > > > > > > I see someone else posted earlier about the same issue. > > > But those suggestions and also latest git rev do not resolve issue for me. > > > > The problem appears to be a broken version of msgfmt. > > We can't fix that

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie Christian Brabandt
On Fr, 07 Jun 2019, Mike Williams wrote: > On 07/06/2019 06:44, Christian Brabandt wrote: > > > > On Do, 06 Jun 2019, M Kelly wrote: > > > >> Hi, > >> > >> I see someone else posted earlier about the same issue. > >> But those suggestions and also latest git rev do not resolve issue for me. >

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie Mike Williams
On 07/06/2019 06:44, Christian Brabandt wrote: > > On Do, 06 Jun 2019, M Kelly wrote: > >> Hi, >> >> I see someone else posted earlier about the same issue. >> But those suggestions and also latest git rev do not resolve issue for me. > > Yeah, it looks like Ubuntus msgfmt is seriously broken. O