Patch 8.1.1717

2019-07-20 Thread Bram Moolenaar
Patch 8.1.1717 Problem:Last char in menu popup window highlighted. Solution: Do not highlight an extra character twice. Files: src/screen.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_menu_04.dump *** ../vim-8.1.1716/src/screen.c2019-07-18 12:4

Re: Bugs in man.vim and in tests for man.vim

2019-07-20 Thread Jason Franklin
Hey Bram, Just a friendly bump on this patch. The original maintainer of this plugin didn't respond to my request for a fix. Also, sorry for spamming the list here... I was working with a new email set-up at the time, and some error messages caused me to send the above a few to many times. T

Re: [vim/vim] Add support for conditional assignment using ?= (#4695)

2019-07-20 Thread Christ van Willegen
Hi Yegappan, On Fri, Jul 19, 2019 at 8:39 AM Yegappan Lakshmanan wrote: > On Thu, Jul 18, 2019 at 11:31 PM Christ van Willegen > wrote: > > > > Hi, > > > > Op vr 19 jul. 2019 07:56 schreef Yegappan Lakshmanan > > : > >> > >> I have ported the diff sent by Dave Eggum in 2006 to add support > >>

Patch 8.1.1718

2019-07-20 Thread Bram Moolenaar
Patch 8.1.1718 Problem:Popup menu highlighting does not look good. Solution: Highlight the whole window line. Fix that sign line HL is not displayed in a window with a background color. Files: src/popupwin.c, src/sign.c, src/proto/sign.pro, src/screen.c, src/te

Patch 8.1.1719

2019-07-20 Thread Bram Moolenaar
Patch 8.1.1719 Problem:Popup too wide when 'showbreak' is set. Solution: Set window width when computing line length. (closes #4701) Files: src/popupwin.c, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupwin_showbreak.dump *** ../vim-8.1.1718/src/popupwin.c

Patch 8.1.1720

2019-07-20 Thread Bram Moolenaar
Patch 8.1.1720 Problem:Crash with very long %[] pattern. (Reza Mirzazade farkhani) Solution: Check for reg_toolong. (closes #4703) Files: src/regexp.c, src/testdir/test_regexp_utf8.vim *** ../vim-8.1.1719/src/regexp.c2019-05-28 23:08:12.076648654 +0200 --- src/regexp.c

Patch 8.1.1721

2019-07-20 Thread Bram Moolenaar
Patch 8.1.1721 Problem:Build failure with normal features without netbeans interface. Solution: Enable signs when using the text properties feature. Files: src/feature.h *** ../vim-8.1.1720/src/feature.h 2019-06-14 20:40:55.058496454 +0200 --- src/feature.h 2019-07-20 19:

Re: gvim and ASCII glyphs

2019-07-20 Thread Tony Brown
On Sunday, April 20, 2014 at 11:55:22 AM UTC-4, François Gannaz wrote: > Hello > > In a few words, here is a patch that makes gvim work better with ligatures > in fonts, which can be useful even for programmers. Details follow. > > I tried to use a Hasklig[^1], a font with ligatures intended for

Patch 8.1.1722

2019-07-20 Thread Bram Moolenaar
Patch 8.1.1722 Problem:Error when scriptversion is 2 a making a dictionary access. Solution: Parse the subscript even when not evaluating the sub-expression. (closes #4704) Files: src/eval.c, src/testdir/test_eval_stuff.vim *** ../vim-8.1.1721/src/eval.c 2019-07-16 22:03