Re: Patch 8.1.2389

2019-12-04 Fir de Conversatie Ken Takata
Hi Bram, 2019/12/5 Thu 6:17:35 UTC+9 Bram Moolenaar wrote: > > > Patch 8.1.2389 > Problem:Using old C style comments. > Solution: Use // comments where appropriate. > Files:src/libvterm/src/screen.c, src/libvterm/src/unicode.c, > src/libvterm/src/vterm.c, src/libv

Re: Upcoming Vim 8.2 release

2019-12-04 Fir de Conversatie Ken Takata
Hi Bram, 2019/12/3 Tue 12:20:00 UTC+9 Ken Takata wrote: > > Hi Bram, > > 2019/12/3 Tue 4:42:50 UTC+9 Bram Moolenaar wrote: >> >> >> Ken Takata wrote: >> >> > I saw the latest version8.txt. >> > In the "Vim script improvements" section, the ".." operator is not >> described >> > explicitly. (It

Patch 8.1.2389

2019-12-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2389 Problem:Using old C style comments. Solution: Use // comments where appropriate. Files: src/libvterm/src/screen.c, src/libvterm/src/unicode.c, src/libvterm/src/vterm.c, src/libvterm/t/harness.c, src/libvterm/include/vterm.h, src/xdiff/xdiffi.c,

Patch 8.1.2386

2019-12-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2386 Problem:'wincolor' is not used for 'listchars'. Solution: Combine the colors. (closes #5308) Files: src/drawline.c, src/testdir/test_highlight.vim, src/testdir/dumps/Test_wincolor_lcs.dump *** ../vim-8.1.2385/src/drawline.c 2019-12-01 18:58:07.61083561

Re: Problem with feedkeys() in Test_window_cmd_cmdwin_with_vsp()

2019-12-04 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Wed, Dec 4, 2019 at 7:27 AM Christian Brabandt wrote: > > > > > > On Mi, 04 Dez 2019, Bram Moolenaar wrote: > > > > > > > > Yegappan wrote: > > > > > > > On Tue, Dec 3, 2019 at 10:16 AM Yegappan Lakshmanan > > > > wrote: > > > > > > > > > > Hi all, > > > > > > > > > > Whi

Re: Problem with feedkeys() in Test_window_cmd_cmdwin_with_vsp()

2019-12-04 Fir de Conversatie Yegappan Lakshmanan
Hi, On Wed, Dec 4, 2019 at 7:27 AM Christian Brabandt wrote: > > > On Mi, 04 Dez 2019, Bram Moolenaar wrote: > > > > > Yegappan wrote: > > > > > On Tue, Dec 3, 2019 at 10:16 AM Yegappan Lakshmanan > > > wrote: > > > > > > > > Hi all, > > > > > > > > While debugging a failure in Appveyor with PR

Re: Problem with feedkeys() in Test_window_cmd_cmdwin_with_vsp()

2019-12-04 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Wed, Dec 4, 2019 at 6:11 AM Bram Moolenaar wrote: > > > Yegappan wrote: > > > On Tue, Dec 3, 2019 at 10:16 AM Yegappan Lakshmanan > > wrote: > > > > > > Hi all, > > > > > > While debugging a failure in Appveyor with PR 5307, I found > > > the following. The existing test Test_window

Re: Problem with feedkeys() in Test_window_cmd_cmdwin_with_vsp()

2019-12-04 Fir de Conversatie Christian Brabandt
On Mi, 04 Dez 2019, Bram Moolenaar wrote: > > Yegappan wrote: > > > On Tue, Dec 3, 2019 at 10:16 AM Yegappan Lakshmanan > > wrote: > > > > > > Hi all, > > > > > > While debugging a failure in Appveyor with PR 5307, I found > > > the following. The existing test Test_window_cmd_cmdwin_with_vs

Patch 8.1.2385

2019-12-04 Fir de Conversatie Bram Moolenaar
Patch 8.1.2385 Problem:Opening cmdline window with feedkeys() does not work. (Yegappan Lakshmanan) Solution: Recognize K_CMDWIN also when ex_normal_busy is set. Files: src/ex_getln.c, src/testdir/test_cmdline.vim *** ../vim-8.1.2384/src/ex_getln.c 2019-12-01 21:41:24

Re: Problem with feedkeys() in Test_window_cmd_cmdwin_with_vsp()

2019-12-04 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Tue, Dec 3, 2019 at 10:16 AM Yegappan Lakshmanan > wrote: > > > > Hi all, > > > > While debugging a failure in Appveyor with PR 5307, I found > > the following. The existing test Test_window_cmd_cmdwin_with_vsp() > > is interfering with the new Test_yank_block() test. I ca