Patch 8.1.1587

2019-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.1587 Problem:Redraw problem when sign icons in the number column. Solution: Clear and redraw when changing related options. Right aligh the sign icon in the GUI. (Yegappan Lakshmanan, closes #4578) Files: src/gui.c, src/option.c *** ../vim-8.1.1586/src/gui.c

Re: A Questions about Vim License

2019-06-23 Fir de Conversatie Bram Moolenaar
> Because many Vim Plugins/Scripts use "same as Vim" License. And lots of Vim > plugin manager supports install Vim plugin from GitHub. I think it will be > great if GitHub can recognize Vim License[1]. And I am working on this now. > While working on this. I realized that Vim License text

Patch 8.1.1586

2019-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.1586 Problem:Error number used in two places. Solution: Renumber one. (Ken Takata) Files: runtime/doc/popup.txt, src/popupwin.c *** ../vim-8.1.1585/runtime/doc/popup.txt 2019-06-23 00:15:02.577534926 +0200 --- runtime/doc/popup.txt 2019-06-24

Re: Vim appears to stall channel based requests

2019-06-23 Fir de Conversatie Bram Moolenaar
Pontus Leitzler wrote: > I wrote the previous post yesterday but since it was my first it had > to be moderated before showing up. > > Since then I did some more investigation and it turns out that the channel is > indeed read in channel_read(...), but then the blocking select() prevents the

Re: [patch] Duplicated error number E996

2019-06-23 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > The patch 8.1.1574 added E996, however, it has been already used by the > :const patch. We should use a new number. Thanks. We are getting very close to four digit error numbers... -- hundred-and-one symptoms of being an internet addict: 261. You find diskettes in your

Patch 8.1.1585

2019-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.1585 Problem::let-heredoc does not trim enough. Solution: Trim indent from the contents based on the indent of the first line. Use let-heredoc in more tests. Files: runtime/doc/eval.txt, src/eval.c, src/testdir/test_balloon.vim,

Patch 8.1.1584

2019-06-23 Fir de Conversatie Bram Moolenaar
Patch 8.1.1584 Problem:The evalfunc.c file is getting too big. Solution: Move channel and job related functions to channel.c. Files: src/channel.c, src/evalfunc.c, src/proto/channel.pro *** ../vim-8.1.1583/src/channel.c 2019-06-20 03:45:31.171536943 +0200 --- src/channel.c

Vim appears to stall channel based requests

2019-06-23 Fir de Conversatie Pontus Leitzler
I wrote the previous post yesterday but since it was my first it had to be moderated before showing up. Since then I did some more investigation and it turns out that the channel is indeed read in channel_read(...), but then the blocking select() prevents the incoming message to be processed.

Vim appears to stall channel based requests

2019-06-23 Fir de Conversatie Pontus Leitzler
Hi everyone, I've been trying to create a smaller reproducible that can demo what happens, but it seems to be a complex combination that isn't trivial to slice down. So I went for another option, debugging vim instead. Since the binary I have can reproduce the behavior consistently I thought

A Questions about Vim License

2019-06-23 Fir de Conversatie othree
Hi Because many Vim Plugins/Scripts use "same as Vim" License. And lots of Vim plugin manager supports install Vim plugin from GitHub. I think it will be great if GitHub can recognize Vim License[1]. And I am working on this now. While working on this. I realized that Vim License text have many

[patch] Duplicated error number E996

2019-06-23 Fir de Conversatie Ken Takata
Hi, The patch 8.1.1574 added E996, however, it has been already used by the :const patch. We should use a new number. Regards, Ken Takata -- -- 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,