Re: When in insert mode completion, infopopup obstructs the display of the current line.

2019-12-06 Fir de Conversatie h_east
Hi Bram, 2019-12-7(Sat) 4:18:14 UTC+9 Bram Moolenaar: > > > Hirohito Higashi wrote: > > > I found an infopopup behavior that interfered with the display of the > > current line while completing insert mode. > > > > How to reproduce: > > - Open a terminal of size 80x24. > > - Change directory

How about make text blinking for 8.2 version

2019-12-06 Fir de Conversatie Ni Va
Hi, If anyone find useful to got some informations blinking in buffer... It can be possible to do it in vimscript or C native code I think. Thank you NiVa -- -- 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

Patch 8.1.2402

2019-12-06 Fir de Conversatie Bram Moolenaar
Patch 8.1.2402 Problem:Typos and other small things. Solution: Small fixes. Files: .gitignore, src/testdir/shared.vim, src/testdir/test49.vim, src/message.c, src/Makefile *** ../vim-8.1.2401/.gitignore 2019-09-18 22:14:05.335479289 +0200 --- .gitignore 2019-11-13 22:00:

Patch 8.1.2401

2019-12-06 Fir de Conversatie Bram Moolenaar
Patch 8.1.2401 Problem::cexpr does not handle | in expression. Solution: Remove EX_TRLBAR and set nextcmd pointer. Files: src/testdir/test_quickfix.vim, src/ex_cmds.h, src/quickfix.c *** ../vim-8.1.2400/src/testdir/test_quickfix.vim 2019-11-29 22:06:44.229570907 +0100 --- src/

Patch 8.1.2400

2019-12-06 Fir de Conversatie Bram Moolenaar
Patch 8.1.2400 Problem:Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324) Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms, src/testdir/test39.in, src/testdir/test39.ok, sr

Patch 8.1.2399

2019-12-06 Fir de Conversatie Bram Moolenaar
Patch 8.1.2399 Problem:Info popup on top of cursor if it doesn't fit. Solution: Hide the popup if it doesn't fit. Files: src/popupmenu.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_infopopup_wide_1.dump *** ../vim-8.1.2398/src/popupmenu.c 2019-12-0

Re: Patch 8.1.2389

2019-12-06 Fir de Conversatie Bram Moolenaar
Christian wrote: > On Do, 05 Dez 2019, Bram Moolenaar wrote: > > > For xdiff I don't see a reason why they can't change to use //. > > Perhaps someone can send them a patch. > > I believe the git source uses /* */ as Comment in their source. > and I don't believe they will appreciate such a pa

Re: When in insert mode completion, infopopup obstructs the display of the current line.

2019-12-06 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > I found an infopopup behavior that interfered with the display of the > current line while completing insert mode. > > How to reproduce: > - Open a terminal of size 80x24. > - Change directory to your vim/src > $ cd /path to your/vim/src > - Run vanilla Vim with som

Re: Upcoming Vim 8.2 release

2019-12-06 Fir de Conversatie Bram Moolenaar
Ben Jackson wrote: > > what is your favorite improvement since Vim 8.1? > > popup windows :) I guess I'm a little biased, but I think this is a great > improvement, and the API is really nice to use. I'm glad you like it, it was quite a lot of work to implement it all. If someone has a nice

Re: Upcoming Vim 8.2 release

2019-12-06 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > Here is another patch for the latest version8.txt: > > --- a/runtime/doc/version8.txt > +++ b/runtime/doc/version8.txt > @@ -40841,7 +40841,7 @@ Files:src/register.c, src/testdir/t > Patch 8.1.2376 > Problem:Preprocessor indents are incorrect. > Solution: Fi

Re: Discrepancy between modeline help and behavior

2019-12-06 Fir de Conversatie Bram Moolenaar
Gary Johnson wrote: > ":help modeline" says: > > There are two forms of modelines. The first form: > [text]{white}{vi:|vim:|ex:}[white]{options} > > [text] any text or empty > {white} at least one blank character ( or ) > {vi:|vim:|

Re: Patch 8.1.2389

2019-12-06 Fir de Conversatie Christian Brabandt
On Do, 05 Dez 2019, Bram Moolenaar wrote: > For xdiff I don't see a reason why they can't change to use //. > Perhaps someone can send them a patch. I believe the git source uses /* */ as Comment in their source. and I don't believe they will appreciate such a patch. BTW: I have been thinking

Patch 8.1.2398

2019-12-06 Fir de Conversatie Bram Moolenaar
Patch 8.1.2398 Problem:strptime() test fails on Japanese Mac. Solution: Use %T instead of %X. Files: src/testdir/test_functions.vim *** ../vim-8.1.2397/src/testdir/test_functions.vim 2019-11-21 15:36:00.245478796 +0100 --- src/testdir/test_functions.vim 2019-12-06 12:39:44

Re: Patch 8.1.2326

2019-12-06 Fir de Conversatie Bram Moolenaar
> > Patch 8.1.2326 > > Problem:Cannot parse a date/time string. > > Solution: Add strptime(). (Stephen Wall, closes #) > > > > *** ../vim-8.1.2325/src/testdir/test_functions.vim2019-11-16 > > 18:21:57.990848019 +0100 > > --- src/testdir/test_functions.vim2019-11-21 14:5

Re: Upcoming Vim 8.2 release

2019-12-06 Fir de Conversatie Ben Jackson
> what is your favorite improvement since Vim 8.1? popup windows :) I guess I'm a little biased, but I think this is a great improvement, and the API is really nice to use. On Friday, November 29, 2019 at 9:13:22 PM UTC, Bram Moolenaar wrote: > > > It appears the number of bug reports is getting