Re: Vim appears to stall channel based requests

2019-06-27 Fir de Conversatie Bram Moolenaar
Pontus Leitzler wrote: > Just to summarize: > - channel_read() reads 63 bytes and calls channel_save() > - channel_save() saves those to a new node->rq_buffer at the end of channel= > head > > To convert it to JSON someone must call channel_parse_json(), and it can be= > either from

Patch 8.1.1602

2019-06-27 Fir de Conversatie Bram Moolenaar
Patch 8.1.1602 Problem:Popup window cannot overflow on the left or right. Solution: Only set the "fixed" option when it is in the dict. Set w_leftcol to allow for the popup overflowing on the left and use it when applying the mask. Files: src/popupwin.c ***

Re: Vim appears to stall channel based requests

2019-06-27 Fir de Conversatie Pontus Leitzler
Just to summarize: - channel_read() reads 63 bytes and calls channel_save() - channel_save() saves those to a new node->rq_buffer at the end of channel head To convert it to JSON someone must call channel_parse_json(), and it can be either from channel_read_json_block() or may_invoke_callback().

Re: Optimizing the check for multiple signs with icons on a line

2019-06-27 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Wed, Jun 26, 2019 at 9:55 PM Bram Moolenaar wrote: > > Yegappan wrote: > > > When multiple signs with icons are placed on the same line, then a > > different icon is drawn in the sign column using the > > netbeans_draw_multisign_indicator() function. > > This function draws the icon

Re: gui segfault macos-10.11.6 vim-8.1.1566 openmotif-2.3.8

2019-06-27 Fir de Conversatie Dominique Pellé
wrote: > Manuel Ortega wrote: > > > On Tuesday, June 18, 2019 at 4:50:09 AM UTC-5, raf wrote: > > > hi, > > > > > > macosx-10.11.6 > > > vim-8.1.1566 > > > XQuartz-2.7.11 > > > openmotif-2.3.8 (via macports-2.5.4) > > > > > > i just tried to upgrade vim on macos for the first time in a year > >

Re: gui segfault macos-10.11.6 vim-8.1.1566 openmotif-2.3.8

2019-06-27 Fir de Conversatie raf
Manuel Ortega wrote: > On Tuesday, June 18, 2019 at 4:50:09 AM UTC-5, raf wrote: > > hi, > > > > macosx-10.11.6 > > vim-8.1.1566 > > XQuartz-2.7.11 > > openmotif-2.3.8 (via macports-2.5.4) > > > > i just tried to upgrade vim on macos for the first time in a year > > (from 8.1.10 to 8.1.1566)