Re: annoying window behavior with noequalalways and splitright

2020-04-14 Fir de Conversatie Mark Waggoner
Here's a test: diff --git i/src/testdir/test_winbuf_close.vim w/src/testdir/test_winbuf_close.vim index 7f5b80e8d..f32735e45 100644 --- i/src/testdir/test_winbuf_close.vim +++ w/src/testdir/test_winbuf_close.vim @@ -194,3 +194,23 @@ func Test_tabwin_close() call assert_true(v:true) %bwipe!

Re: Patch 8.1.1299

2020-04-14 Fir de Conversatie Gary Johnson
On 2019-05-20, Bram Moolenaar wrote: > > > Solution: Only use the "extends" character when 'list' is on. (Hirohito > > > Higashi, closes #4360) > > > > This change may be consistent, but is it helpful? > > It was a bit of a mistake to add these items in 'listchars', we are >

Re: annoying window behavior with noequalalways and splitright

2020-04-14 Fir de Conversatie Mark Waggoner
This seems to work better: diff --git i/src/window.c w/src/window.c index 7efe7b164..e28955d1b 100644 --- i/src/window.c +++ w/src/window.c @@ -2967,10 +2967,18 @@ win_altframe( if (frp->fr_next == NULL) return frp->fr_prev; +// By default the next window will get the space

Using . (dot) as the heredoc end marker for let assignments

2020-04-14 Fir de Conversatie Yegappan Lakshmanan
Hi all, Currently when using a heredoc with the :let statement, you have to specify an explicit marker both at the beginning and at the end of the statement. But when using the heredoc with embedded scripts (e.g. python), you don't need to specify an explicit marker at the beginning and you can

Fwd: Bug tracking for vim-perl

2020-04-14 Fir de Conversatie Tony Mechelynck
After sending a message to the address vim-p...@googlegroups.com mentioned as "maintainer" at top of the Perl ftplugin $VIMRUNTIME/ftplugin/perl.vim I got the message below. IIUC this means that the maintainer address should be changed. The syntax and indent perl.vim scripts, as well as all three

Patch 8.2.0579

2020-04-14 Fir de Conversatie Bram Moolenaar
Patch 8.2.0579 Problem:Coverity warns for unused value. Solution: Change order and use "else if". Files: src/os_unix.c *** ../vim-8.2.0578/src/os_unix.c 2020-04-05 21:42:09.285006966 +0200 --- src/os_unix.c 2020-04-14 20:53:36.890507922 +0200 *** ***

Re: Patch 8.2.0518

2020-04-14 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On So, 05 Apr 2020, Bram Moolenaar wrote: > > > > > Patch 8.2.0518 > > Problem:A terminal falls back to setting $TERM to "xterm". > > Solution: Use "xterm-color" if more than 16 colors are supported and > > "xterm-256color" if at least 256 colors

annoying window behavior with noequalalways and splitright

2020-04-14 Fir de Conversatie Mark Waggoner
If you have splitright and noequalalways set, when you split a window (normal horizontal split, not vertical split), the split will appear above the current window. When you close the split window, the space is restored to the window ABOVE, not back to the window below. I can see that this is

Re: Patch 8.2.0518

2020-04-14 Fir de Conversatie Christian Brabandt
On So, 05 Apr 2020, Bram Moolenaar wrote: > > Patch 8.2.0518 > Problem:A terminal falls back to setting $TERM to "xterm". > Solution: Use "xterm-color" if more than 16 colors are supported and > "xterm-256color" if at least 256 colors are supported. > (closes

Re: Vim9: line continuation and comments

2020-04-14 Fir de Conversatie Christian Brabandt
On Mo, 13 Apr 2020, Bram Moolenaar wrote: > This is not completely implemented yet, work in progress... Thanks, for the feedback. Looks very promising! Best, Christian -- Das Chaos will anerkannt, will gelebt sein, ehe es sich in eine neue Ordnung bringen läßt. -- Hermann

new certificate for the win32-installer repository

2020-04-14 Fir de Conversatie Christian Brabandt
Hi, since the old certificate that has been used to sign the releases for the vim/vim-win32-installer binaries is going to expire within 14 days, a new certificate has been created by Signpath. With the next release (probably tomorrow) that one will be used to sign the binaries. However, since