Patch 8.1.1607

2019-06-28 Fir de Conversatie Bram Moolenaar
Patch 8.1.1607 Problem:Popup window scrollbar does not respond to click. Solution: Mouse click in scrollbar scrolls by one line. Files: src/popupwin.c, src/proto/popupwin.pro, src/structs.h, src/ui.c, src/normal.c, runtime/doc/popup.txt,

Re: [vim/vim] Proposal: sign_setlist (#4557)

2019-06-28 Fir de Conversatie Yegappan Lakshmanan
Hi, On Tue, Jun 18, 2019 at 2:37 AM Paul Jolly wrote: > > Is your feature request related something that is currently hard to do? > Please describe. > > Per https://groups.google.com/d/msg/vim_dev/aW2buOgZ6qI/fpxkp-V8AQAJ > > In https://github.com/leitzler/govim (master branch) Pontus is adding

Patch 8.1.1606

2019-06-28 Fir de Conversatie Bram Moolenaar
Patch 8.1.1606 Problem:On a narrow screen ":hi" output is confusing. Solution: Insert a space between highlight group name and "xxx". (Masato Nishihaga, closes #4599) Files: src/syntax.c, src/testdir/test_highlight.vim *** ../vim-8.1.1605/src/syntax.c2019-06-26

Re: Vim appears to stall channel based requests

2019-06-28 Fir de Conversatie Pontus Leitzler
Yeah, I don't really understand what triggers it. I've tried to create a small reproducible but I can't seen to make it trigger this. Could be a timing issue. One thing I thought about is the 10ms delay that is added if there is more to read from the channel(?). That might introduce some

Patch 8.1.1605

2019-06-28 Fir de Conversatie Bram Moolenaar
Patch 8.1.1605 Problem:Vim may delay processing messages on a json channel. (Pontus Leitzler) Solution: Try parsing json when checking if there is readahead. Files: src/channel.c *** ../vim-8.1.1604/src/channel.c 2019-06-24 00:43:31.455691858 +0200 ---

Re: Vim appears to stall channel based requests

2019-06-28 Fir de Conversatie Bram Moolenaar
> > Please try if this patch fixes your problem: > > > > --- prev/src/channel.c 2019-06-24 00:43:31.463691826 +0200 > > +++ channel.c 2019-06-28 04:41:25.767304149 +0200 > > @@ -2850,10 +2850,13 @@ > > > > if (ch_mode == MODE_JSON || ch_mode == MODE_JS) > > { > > -

Patch 8.1.1604

2019-06-28 Fir de Conversatie Bram Moolenaar
Patch 8.1.1604 Problem:Popup window scroll test is flaky. Solution: Add a delay between scroll events. Files: src/testdir/test_popupwin.vim *** ../vim-8.1.1603/src/testdir/test_popupwin.vim 2019-06-26 18:04:48.728050125 +0200 --- src/testdir/test_popupwin.vim 2019-06-28

Patch 8.1.1603

2019-06-28 Fir de Conversatie Bram Moolenaar
Patch 8.1.1603 Problem:Crash when using unknown highlighting in text property. Solution: Check for zero highlight ID. Files: src/screen.c, src/testdir/test_textprop.vim *** ../vim-8.1.1602/src/screen.c2019-06-26 03:39:59.897650758 +0200 --- src/screen.c2019-06-28

Re: A Questions about Vim License

2019-06-28 Fir de Conversatie Bram Moolenaar
> The staff of GitHub, Linksvayer told[1] me about the SPDX License List Data. > If the license text have substitutions. It will be great to update the license > data XML[2] first. I did dome research and known how to modify it. But I > don't know who submits Vim license to SPDX at first. > >

Re: Vim appears to stall channel based requests

2019-06-28 Fir de Conversatie Pontus Leitzler
> Please try if this patch fixes your problem: > > --- prev/src/channel.c2019-06-24 00:43:31.463691826 +0200 > +++ channel.c 2019-06-28 04:41:25.767304149 +0200 > @@ -2850,10 +2850,13 @@ > > if (ch_mode == MODE_JSON || ch_mode == MODE_JS) > { > - jsonq_T *head =

Re: A Questions about Vim License

2019-06-28 Fir de Conversatie othree
Hi Bram The staff of GitHub, Linksvayer told[1] me about the SPDX License List Data. If the license text have substitutions. It will be great to update the license data XML[2] first. I did dome research and known how to modify it. But I don't know who submits Vim license to SPDX at first. So I