Re: Patch 8.1.1705

2019-07-16 Fir de Conversatie Ken Takata
Hi, 2019/7/17 Wed 5:04:31 UTC+9 Bram Moolenaar wrote: > Patch 8.1.1705 > Problem:Using ~{} for a literal dict is not nice. > Solution: Use #{} instead. > Files:runtime/doc/eval.txt runtime/doc/popup.txt, src/eval.c, > src/testdir/test_listdict.vim

Re: Patch 8.1.1648

2019-07-16 Fir de Conversatie Tom M
> ! #if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) || defined(PROT) This was meant to check "PROTO" instead of "PROT", wasn't it? Tom -- -- 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,

Patch 8.1.1705

2019-07-16 Fir de Conversatie Bram Moolenaar
Patch 8.1.1705 Problem:Using ~{} for a literal dict is not nice. Solution: Use #{} instead. Files: runtime/doc/eval.txt runtime/doc/popup.txt, src/eval.c, src/testdir/test_listdict.vim src/testdir/test_popupwin.vim *** ../vim-8.1.1704/runtime/doc/eval.txt

Patch 8.1.1704

2019-07-16 Fir de Conversatie Bram Moolenaar
Patch 8.1.1704 Problem:C-R C-W does not work after C-G when using 'incsearch'. Solution: Put cursor at end of the match. (Yasuhiro Matsumoto, closes #4664) Files: src/ex_getln.c, src/testdir/test_search.vim *** ../vim-8.1.1703/src/ex_getln.c 2019-07-12 17:57:54.836524031 +0200

Patch 8.1.1703

2019-07-16 Fir de Conversatie Bram Moolenaar
Patch 8.1.1703 Problem:Breaking out of loop by checking window pointer is insufficient. Solution: Check the window ID and the buffer number. (closes #4683) Files: src/misc2.c *** ../vim-8.1.1702/src/misc2.c 2019-07-07 14:05:18.097959237 +0200 --- src/misc2.c 2019-07-16

Patch 8.1.1702

2019-07-16 Fir de Conversatie Bram Moolenaar
Patch 8.1.1702 Problem:Compiler warning for uninitialized variable. Solution: Initialize it. (Christian Brabandt) Files: src/gui.c *** ../vim-8.1.1701/src/gui.c 2019-07-12 19:22:19.463117807 +0200 --- src/gui.c 2019-07-16 20:10:39.369696938 +0200 *** *** 2253,2259

Re: Patch 8.1.1670

2019-07-16 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Fr, 12 Jul 2019, Bram Moolenaar wrote: > > > > > Patch 8.1.1670 > > Problem:Sign column not always properly aligned. > > Solution: Use "col" only after it was calculated. (Yee Cheng Chin, > > closes #4649) > > Files: src/gui.c > > After this

Patch 8.1.1701

2019-07-16 Fir de Conversatie Bram Moolenaar
Patch 8.1.1701 Problem:Appveyor build with MSVC fails puts progress bar in log. Solution: Adjust the sed command. (Ken Takata) Files: ci/appveyor.bat *** ../vim-8.1.1700/ci/appveyor.bat 2019-07-15 22:03:36.274725437 +0200 --- ci/appveyor.bat 2019-07-16 20:00:02.172442468

Re: Patch 8.1.1670

2019-07-16 Fir de Conversatie Christian Brabandt
On Fr, 12 Jul 2019, Bram Moolenaar wrote: > > Patch 8.1.1670 > Problem:Sign column not always properly aligned. > Solution: Use "col" only after it was calculated. (Yee Cheng Chin, > closes #4649) > Files:src/gui.c After this patch I see a warning when compiling

Re: Patch 8.1.1698

2019-07-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/7/16 Tue 15:27:48 UTC+9 Christian Brabandt wrote: > > On Mo, 15 Jul 2019, Bram Moolenaar wrote: > > > > > > > > I wrote: > > > > > > > Patch 8.1.1698 > > > > Problem:Appveyor build with MSVC fails. > > > > Solution: Remove the sed command > > > > Files:

Re: Patch 8.1.1692

2019-07-16 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2019/7/15 Mon 1:23:21 UTC+9 Bram Moolenaar wrote: > > Patch 8.1.1692 > > Problem:Using *{} for literal dict is not backwards compatible. > > (Yasuhiro > > Matsumoto) > > Solution: Use ~{} instead. > > Files: runtime/doc/eval.txt

Re: Patch 8.1.1698

2019-07-16 Fir de Conversatie Ken Takata
Hi, 2019/7/16 Tue 16:26:55 UTC+9 Ken Takata wrote: > Hi, > > 2019/7/16 Tue 15:27:48 UTC+9 Christian Brabandt wrote: > > On Mo, 15 Jul 2019, Bram Moolenaar wrote: > > > > > > > > I wrote: > > > > > > > Patch 8.1.1698 > > > > Problem:Appveyor build with MSVC fails. > > > > Solution:

Re: Patch 8.1.1698

2019-07-16 Fir de Conversatie Ken Takata
Hi, 2019/7/16 Tue 15:27:48 UTC+9 Christian Brabandt wrote: > On Mo, 15 Jul 2019, Bram Moolenaar wrote: > > > > > I wrote: > > > > > Patch 8.1.1698 > > > Problem:Appveyor build with MSVC fails. > > > Solution: Remove the sed command > > > Files:ci/appveyor.bat > > > > This solved

Re: Patch 8.1.1698

2019-07-16 Fir de Conversatie Christian Brabandt
On Mo, 15 Jul 2019, Bram Moolenaar wrote: > > I wrote: > > > Patch 8.1.1698 > > Problem:Appveyor build with MSVC fails. > > Solution: Remove the sed command > > Files: ci/appveyor.bat > > This solved the problem, but now we have the ugly progress bar output > back. Can this

Re: Popup window functionality implemented

2019-07-16 Fir de Conversatie Santosh Wadghule
Great, this is going to be useful! Thanks for this great work! On Thursday, 4 July 2019 20:34:47 UTC+5:30, Bram Moolenaar wrote: > Most of the popup window support has now been implemented. There are a > few things to improve and add, but it should be good enough to use. > > Please give it a