Re: [vim/vim] Add 'diffbuf' option to only compare with a single buffer for highlighting (#3527)

2018-10-12 Fir de Conversatie Michael Norton
I actually did implement it as a window-local option; see #3535. Let me know if that looks good. :) On Fri, Oct 12, 2018, 3:48 PM Bram Moolenaar wrote: > > > How about I do it like I said before, calling it `diffref` instead of > > `diffmaster` and having it be on by default and settable on

Patch 8.1.0471

2018-10-12 Fir de Conversatie Bram Moolenaar
Patch 8.1.0471 Problem:Some tests are flaky or fail on some systems. Solution: Increase waiting time for port number. Use "cmd /c" to execute "echo" on win32. (Ken Takata, closes #3534) Files: src/testdir/shared.vim, src/testdir/test_channel.vim ***

Re: When started as "vim-huge --clean -? |less" the Gnome version tries (and fails) to start a GUI, then seems to hang

2018-10-12 Fir de Conversatie Tony Mechelynck
On Thu, Oct 11, 2018 at 5:25 PM Bram Moolenaar wrote: > > > Christ van Willegen wrote: > > > On Wed, Oct 10, 2018 at 12:44 AM Tony Mechelynck > > wrote: > > > Could it be because the g near the end of "vim-huge" is mistakenly > > > interpreted as meaning that I want to invoke gvim? > > > > I was

Re: [vim/vim] Implement 'diffref' option, and 'diffmaster'/'diffall' commands (#3535)

2018-10-12 Fir de Conversatie Rick Howe
In my case, when there are more than 2 windows, which include similar contents, in a tab page, I always use 'diffthis' on 2 windows and compare between them. If I want to switch a window, just use 'diffoff' on either of them and 'diffthis' on another window. I can use 'diffoff!' when everything is