Re: [vim/vim] `getchangelist()` doesn't recognize the `'%'` string (#2641)

2018-02-14 Fir de Conversatie Yegappan Lakshmanan
Hi, On Tue, Feb 13, 2018 at 6:59 AM, lacygoill wrote: > > As for getchangelist(), I don't know what is the best choice. I guess > whatever is the most consistent with other functions. > For the record, I looked at all the Vim functions that accept a buffer number or a buffer name. The following

I'm getting a "critical" murrine_style_draw_box assertion error/warning

2018-02-14 Fir de Conversatie Charles E Campbell
[D]fsp#03 cec/ xorn? gvim -u NONE -U NONE ** (gvim:4731): CRITICAL **: murrine_style_draw_box: assertion 'height >= -1' failed Hello: However, it doesn't prevent gvim from starting up (it appears to be a gtk issue, actually). So, I use: gvim -u NONE -U NONE 2> /dev/null so the error/warning

Re: I'm getting a "critical" murrine_style_draw_box assertion error/warning

2018-02-14 Fir de Conversatie Christian Brabandt
On Mi, 14 Feb 2018, Charles E Campbell wrote: > [D]fsp#03 cec/ xorn? gvim -u NONE -U NONE > > ** (gvim:4731): CRITICAL **: murrine_style_draw_box: assertion 'height > >= -1' failed > > > Hello: > > However, it doesn't prevent gvim from starting up (it appears to be a > gtk issue, actually). >

Re: I'm getting a "critical" murrine_style_draw_box assertion error/warning

2018-02-14 Fir de Conversatie Charles E Campbell
Christian Brabandt wrote: > On Mi, 14 Feb 2018, Charles E Campbell wrote: > >> [D]fsp#03 cec/ xorn? gvim -u NONE -U NONE >> >> ** (gvim:4731): CRITICAL **: murrine_style_draw_box: assertion 'height >>> = -1' failed >> >> Hello: >> >> However, it doesn't prevent gvim from starting up (it appears to