Re: [patch] neovim patches

2017-03-07 Fir de Conversatie 'Suresh Govindachar' via vim_dev
On 3/7/2017 4:10 PM, Nikolay Aleksandrovich Pavlov wrote: 2017-03-08 1:14 GMT+03:00 Bram Moolenaar : Nikolay Pavlov wrote: 2017-03-05 16:56 GMT+03:00 Bram Moolenaar : Justin M. Keyes wrote: On Sat, Mar 4, 2017 at 10:10 PM, Christian Brabandt

Re: Patch 8.0.0428

2017-03-07 Fir de Conversatie Tony Mechelynck
P.S. .hgignore is missing a few additional files, present in .gitignore. See attached the revised patch. Best egards, Tony. On Wed, Mar 8, 2017 at 4:30 AM, Tony Mechelynck wrote: > On Tue, Mar 7, 2017 at 9:27 PM, Bram Moolenaar wrote: >> >>

[patch] Stop creating a broken symlink in $(SHADOWDIR)

2017-03-07 Fir de Conversatie Kazunobu Kuriyama
Hi, As of 8.0.0428, gen_opt_test.vim has moved to src/testdir/ from src/. Meanwhile, the 'make shadow' rule still tries to create a symlink in $(SHADOWDIR) to the file which has already left the parent directory. As a result, the rule creates a broken symlink '*.vim' -> '../*.vim' in

Re: Patch 8.0.0428

2017-03-07 Fir de Conversatie Tony Mechelynck
On Tue, Mar 7, 2017 at 9:27 PM, Bram Moolenaar wrote: > > Patch 8.0.0428 > Problem:Git and hg see new files after running tests. (Manuel Ortega) > Solution: Add the generated file to .hgignore (or .gitignore). Delete the > resulting verbose file. (Christian

Re: [patch] neovim patches

2017-03-07 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2017-03-08 1:14 GMT+03:00 Bram Moolenaar : > > Nikolay Pavlov wrote: > >> 2017-03-05 16:56 GMT+03:00 Bram Moolenaar : >> > >> > Justin M. Keyes wrote: >> > >> >> On Sat, Mar 4, 2017 at 10:10 PM, Christian Brabandt >> >> wrote: >> >> >

Re: mzscheme feature dist and version?

2017-03-07 Fir de Conversatie Steve Hall
On Tue, 2017-03-07T04:44, Ken Takata wrote: [...] > Note that current MZSCHEME_VER setting in Make_cyg_ming.mak is for > Racket 6.6. You need to change it (as above) when you use different > version of Racket. MZSCHEME_VER is used for the DLL name. (E.g. >

Patch 8.0.0430

2017-03-07 Fir de Conversatie Bram Moolenaar
Patch 8.0.0430 Problem:Options test fails or hangs on MS-Windows. Solution: Run it separately instead of part of test_alot. Use "-S" instead of "-u" to run the script. Fix failures. Files: src/testdir/Make_all.mak, src/testdir/test_alot.vim,

Re: More test litter

2017-03-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 07 Mär 2017, Christian Brabandt wrote: > > > I believe this comes from the newly generated opt_test.vim script. > > Setting verbosefile=xxx will make Vim write out that file. > > Please apply the attached patch > > Here is an updated patch. Changes to the

Re: [patch] neovim patches

2017-03-07 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > 2017-03-05 16:56 GMT+03:00 Bram Moolenaar : > > > > Justin M. Keyes wrote: > > > >> On Sat, Mar 4, 2017 at 10:10 PM, Christian Brabandt > >> wrote: > >> > On Sa, 04 Mär 2017, Bram Moolenaar wrote: > >> > > >> >> > >> >> Christian

Patch 8.0.0429

2017-03-07 Fir de Conversatie Bram Moolenaar
Patch 8.0.0429 Problem:Options test does not always test everything. Solution: Fix dependency for opt_test.vim. Give a message when opt_test.vim was not found. Files: src/testdir/test_options.vim, src/testdir/gen_opt_test.vim, src/testdir/Makefile,

Patch 8.0.0428

2017-03-07 Fir de Conversatie Bram Moolenaar
Patch 8.0.0428 Problem:Git and hg see new files after running tests. (Manuel Ortega) Solution: Add the generated file to .hgignore (or .gitignore). Delete the resulting verbose file. (Christian Brabandt) Improve dependency on opt_test.vim. Reset the 'more' option.

Re: More test litter

2017-03-07 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On So, 05 Mär 2017, Bram Moolenaar wrote: > > Manuel Ortega wrote: > > > > > After a build and a `make clean`, I now find that `git status` shows: > > > "src/testdir/xxx" as an untracked item. > > > > > > This should either get cleaned up by `make clean`, or be

U+0095 isn't creates problems with DirectX=yes

2017-03-07 Fir de Conversatie Axel Bender
Gvim compiled with DirectX=yes (64-bit, 8.0.1-426, Windows 7) doesn't display character U+0095 correctly. Compiled with DirectX=no, there are no problems. 1) COPY r.txt to e.g. r.bat (an extension with syntax) 2) Open BOTH files as follows: gvim r.* The problem may be related to the

[patch][new feature] Added `E` to 'cinoptions'

2017-03-07 Fir de Conversatie h_east
Hi Bram and C/C++ developers! I added `E` to 'cinoptions'. I think that you can understand by looking at the following added document. + *cino-E* + ENIndent inside C++ linkage specifications (extern "C" or + extern

Re: More test litter

2017-03-07 Fir de Conversatie Manuel Ortega
On Tue, Mar 7, 2017 at 9:54 AM, Manuel Ortega wrote: > > The file I originally reported still reappears after doing a `git clean > -fdx` and starting over. > > I applied Christian's patch. This stopped src/testdir/xxx from > reappearing as an untracked file, but now `git

Re: More test litter

2017-03-07 Fir de Conversatie Manuel Ortega
On Tue, Mar 7, 2017 at 3:25 AM, Christian Brabandt wrote: > On So, 05 Mär 2017, Bram Moolenaar wrote: > > Manuel Ortega wrote: > > > > > After a build and a `make clean`, I now find that `git status` shows: > > > "src/testdir/xxx" as an untracked item. > > > > > > This should

Re: mzscheme feature dist and version?

2017-03-07 Fir de Conversatie Ken Takata
Hi Steve, 2017/3/7 Tue 0:02:09 UTC+9 Steve Hall wrote: > I'm trying to build a full-featured x64 Vim for Windows (via Cygwin) > and lack only mzscheme. It fails against Racket 6.8, any tips on a > better distribution or version? I haven't recently built Vim with Racket via Cygwin, but I

Re: Patch for quickfix.txt

2017-03-07 Fir de Conversatie Tony Mechelynck
On Tue, Mar 7, 2017 at 5:16 AM, 'Suresh Govindachar' via vim_dev wrote: > On 3/6/2017 2:02 PM, Bram Moolenaar wrote: >> >> Suresh Govindachar wrote: >>> >>> On 3/6/2017 6:17 AM, 'Suresh Govindachar' via vim_dev wrote: >> >> [...] >> Thanks. Let's use backticks for

Re: More test litter

2017-03-07 Fir de Conversatie Christian Brabandt
On So, 05 Mär 2017, Bram Moolenaar wrote: > Manuel Ortega wrote: > > > After a build and a `make clean`, I now find that `git status` shows: > > "src/testdir/xxx" as an untracked item. > > > > This should either get cleaned up by `make clean`, or be gitignored. > > I also had this file, but