Re: Patch 7.4.1134

2016-01-21 Fir de Conversatie Mike Williams
On 21/01/2016 01:26, Nikolay Aleksandrovich Pavlov wrote: 2016-01-19 21:52 GMT+03:00 Gary Johnson mailto:garyj...@spocom.com>>: On Unix, a space is a separator. Spaces in file names require quoting. I don't think Vim should violate that convention here just because it can. It woul

Re: Patch 7.4.1134

2016-01-20 Fir de Conversatie Gary Johnson
On 2016-01-20, James McCoy wrote: > On Tue, Jan 19, 2016 at 10:52:07AM -0800, Gary Johnson wrote: > > On 2016-01-19, Bram Moolenaar wrote: > > > James McCoy wrote: > > > > > > Why does the behavior differ? Shouldn't it be consistent? > > > > > > > > Both Windows and UNIX asked you to have a file

Re: Patch 7.4.1134

2016-01-20 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-01-21 4:26 GMT+03:00 Nikolay Aleksandrovich Pavlov : > > > 2016-01-19 21:52 GMT+03:00 Gary Johnson : > >> On 2016-01-19, Bram Moolenaar wrote: >> > James McCoy wrote: >> >> > > Why does the behavior differ? Shouldn't it be consistent? >> > > >> > > Both Windows and UNIX asked you to have a f

Re: Patch 7.4.1134

2016-01-20 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-01-19 21:52 GMT+03:00 Gary Johnson : > On 2016-01-19, Bram Moolenaar wrote: > > James McCoy wrote: > > > > Why does the behavior differ? Shouldn't it be consistent? > > > > > > Both Windows and UNIX asked you to have a file with a space in the > name. > > > In fact, :argedit's help calls out

Re: Patch 7.4.1134

2016-01-20 Fir de Conversatie James McCoy
On Tue, Jan 19, 2016 at 10:52:07AM -0800, Gary Johnson wrote: > On 2016-01-19, Bram Moolenaar wrote: > > James McCoy wrote: > > > > Why does the behavior differ? Shouldn't it be consistent? > > > > > > Both Windows and UNIX asked you to have a file with a space in the name. > > > In fact, :arged

Re: Patch 7.4.1134

2016-01-19 Fir de Conversatie Gary Johnson
On 2016-01-19, Bram Moolenaar wrote: > James McCoy wrote: > > Why does the behavior differ? Shouldn't it be consistent? > > > > Both Windows and UNIX asked you to have a file with a space in the name. > > In fact, :argedit's help calls out that only one filename is allowed. > > Yeah, this has a

Re: Patch 7.4.1134

2016-01-19 Fir de Conversatie Bram Moolenaar
James McCoy wrote: > On Jan 19, 2016 7:51 AM, "Bram Moolenaar" wrote: > > > > > > Patch 7.4.1134 > > Problem:The arglist test fails on MS-Windows. > > Solution: Only check for failure of argedit on Unix. > > Files: src/testdir/tes

Re: Patch 7.4.1134

2016-01-19 Fir de Conversatie James McCoy
On Jan 19, 2016 7:51 AM, "Bram Moolenaar" wrote: > > > Patch 7.4.1134 > Problem:The arglist test fails on MS-Windows. > Solution: Only check for failure of argedit on Unix. > Files: src/testdir/test_arglist.vim > > > *** ../vim-7.4.1133/src/testdir/

Patch 7.4.1134

2016-01-19 Fir de Conversatie Bram Moolenaar
Patch 7.4.1134 Problem:The arglist test fails on MS-Windows. Solution: Only check for failure of argedit on Unix. Files: src/testdir/test_arglist.vim *** ../vim-7.4.1133/src/testdir/test_arglist.vim2016-01-19 13:07:08.754882644 +0100 --- src/testdir/test_arglist.vim