Patch 8.1.0155

2018-07-05 Fir de Conversatie Bram Moolenaar
Patch 8.1.0155 Problem:Evim.man missing from the distribution. Solution: Add it to the list. Files: Filelist *** ../vim-8.1.0154/Filelist2018-07-04 23:05:19.221931527 +0200 --- Filelist2018-07-05 22:56:27.346990258 +0200 *** *** 710,715 --- 710,716

Patch 8.1.0154

2018-07-05 Fir de Conversatie Bram Moolenaar
Patch 8.1.0154 Problem:Crash with "set smarttab shiftwidth=0 softtabstop=-1". Solution: Fall back to using 'tabstop'. (closes #3155) Files: src/edit.c, src/testdir/test_tab.vim *** ../vim-8.1.0153/src/edit.c 2018-07-02 20:51:21.031882115 +0200 --- src/edit.c 2018-07-05

Re: Patch for VimL ftplugin: undo buffer-local maps

2018-07-05 Fir de Conversatie Bram Moolenaar
Tom Ryder wrote: > Hello Vim developers; attached is a small patch to the VimL runtime > ftplugin that extends its b:undo_ftplugin variable to clear away a set > of buffer-local maps, if assigned, so that they don't stick around if > the filetype changes. Thanks for the patch. The string

Re: Test failed: Test_cmdline_complete_user_names()

2018-07-05 Fir de Conversatie Dominique Pellé
Nazri Ramliy wrote: > Hi, > > The test Test_cmdline_complete_user_names() failed on my machine because it > assumes that the current username's first letter is unique, which not the case > on my machine: > > if has('unix') && executable('whoami') > let whoami = systemlist('whoami')[0] >

Re: [PATCH] Copy Make_all.mak to SHADOWDIR

2018-07-05 Fir de Conversatie Bram Moolenaar
Tony wrote: > On Thu, Jul 5, 2018 at 11:30 AM, Elimar Riesebieter wrote: > > * Tony Mechelynck [2018-07-05 09:49 +0200]: > > > > [...] > > > >> Since there is no reason a user would modify the Make_all.mak, a link > >> is enough (like for most other sources) -- see attached patch. > > > >

Patch 8.1.0153

2018-07-05 Fir de Conversatie Bram Moolenaar
Patch 8.1.0153 (after 8.1.0152) Problem:Build with SHADOWDIR fails. (Elimar Riesebieter) Solution: Create a link for Make_all.mak. (Tony Mechelynck) Files: src/Makefile *** ../vim-8.1.0152/src/Makefile2018-07-04 23:05:19.221931527 +0200 --- src/Makefile2018-07-05

Test failed: Test_cmdline_complete_user_names()

2018-07-05 Fir de Conversatie Nazri Ramliy
Hi, The test Test_cmdline_complete_user_names() failed on my machine because it assumes that the current username's first letter is unique, which not the case on my machine: if has('unix') && executable('whoami') let whoami = systemlist('whoami')[0] let first_letter = whoami[0] if

Re: [PATCH] Copy Make_all.mak to SHADOWDIR

2018-07-05 Fir de Conversatie Tony Mechelynck
On Thu, Jul 5, 2018 at 11:46 AM, Elimar Riesebieter wrote: > * Tony Mechelynck [2018-07-05 11:39 +0200]: > >> On Thu, Jul 5, 2018 at 11:30 AM, Elimar Riesebieter >> wrote: >> > * Tony Mechelynck [2018-07-05 09:49 +0200]: >> > >> > [...] >> > >> >> Since there is no reason a user would modify

Re: [PATCH] Copy Make_all.mak to SHADOWDIR

2018-07-05 Fir de Conversatie Elimar Riesebieter
* Tony Mechelynck [2018-07-05 11:39 +0200]: > On Thu, Jul 5, 2018 at 11:30 AM, Elimar Riesebieter wrote: > > * Tony Mechelynck [2018-07-05 09:49 +0200]: > > > > [...] > > > >> Since there is no reason a user would modify the Make_all.mak, a link > >> is enough (like for most other sources) --

Re: [PATCH] Copy Make_all.mak to SHADOWDIR

2018-07-05 Fir de Conversatie Tony Mechelynck
On Thu, Jul 5, 2018 at 11:30 AM, Elimar Riesebieter wrote: > * Tony Mechelynck [2018-07-05 09:49 +0200]: > > [...] > >> Since there is no reason a user would modify the Make_all.mak, a link >> is enough (like for most other sources) -- see attached patch. > > Shouldn't there be a slash at

Re: [PATCH] Copy Make_all.mak to SHADOWDIR

2018-07-05 Fir de Conversatie Tony Mechelynck
On Thu, Jul 5, 2018 at 8:06 AM, Elimar Riesebieter wrote: > To build vim in SHADOWDIR we need to copy Make_all.mak as well to > $(SHADOWDIR). > > --- > src/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/Makefile b/src/Makefile > index 2c4421ee2..016046fd5

[PATCH] Copy Make_all.mak to SHADOWDIR

2018-07-05 Fir de Conversatie Elimar Riesebieter
To build vim in SHADOWDIR we need to copy Make_all.mak as well to $(SHADOWDIR). --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2c4421ee2..016046fd5 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2687,7 +2687,7 @@ shadow: