Re: [vim/vim] Popupmenu is in the wrong place again (v8.0.1529) (#2661)

2018-02-23 Fir de Conversatie h_east
Hi Linwei, 2018-2-22(Thu) 14:59:27 UTC+9 Linwei: > Expected position (v8.0.1489): > > > > In v8.0.1489, the popupmenu is adaptive to the cursor's position. The left > edge of > > popupmenu corresponds to the cursor. > > Actuall position (v8.0.1529): > > > > But in v8.0.1529, popupmenu's l

Re: [vim/vim] Improve color emoji (#2401)

2018-02-23 Fir de Conversatie Blay263
On Saturday, December 9, 2017 at 12:40:29 PM UTC-5, Blay263 wrote: > On Thursday, December 7, 2017 at 8:34:17 AM UTC-5, Ken Takata wrote: > > Hi, > > > > 2017/12/7 Thu 19:56:43 UTC+9 David Kotchan wrote: > > > On Saturday, December 2, 2017 at 7:03:33 AM UTC-8, K.Takata wrote: > > > > > > > Hi, >

Patch 8.0.1532

2018-02-23 Fir de Conversatie Bram Moolenaar
Patch 8.0.1532 Problem:Compiler warnings without termguicolors feature. Solution: Add #ifdef. (John Marriott) Cleanup the code a bit. Files: src/term.c *** ../vim-8.0.1531/src/term.c 2018-02-22 21:06:44.570818781 +0100 --- src/term.c 2018-02-23 18:20:17.731954931 +0100

Re: Patch 8.0.1531

2018-02-23 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 23-Feb.-2018 07:07, Bram Moolenaar wrote: > > Patch 8.0.1531 > > Problem:Cannot use 24 bit colors in MS-Windows console. > > Solution: Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki, > > fixes #1270, fixes #2060) > > Files: runtime/doc/opt