Patch 8.0.0027

2016-10-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0027 Problem:A channel is closed when reading on stderr or stdout fails, but there may still be something to read on another part. Solution: Turn ch_to_be_closed into a bitfield. (Ozaki Kiichi) Files: src/channel.c, src/eval.c, src/structs.h,

Patch 8.0.0026

2016-10-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0026 Problem:Error format with %W, %C and %Z does not work. (Gerd Wachsmuth) Solution: Skip code when qf_multiignore is set. (Lcd) Files: src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.0.0025/src/quickfix.c 2016-09-27 21:28:52.901342062 +0200 ---

Re: [vim/vim] Quickfix: Problem if first pattern is an ignored multiline pattern (#1126)

2016-10-09 Fir de Conversatie Bram Moolenaar
Lcd wrote: > On 8 October 2016, Bram Moolenaar wrote: > > > > > Lcd wrote: > > > > > > On 7 October 2016, Gerd Wachsmuth wrote: > > > > > The issue is that the multiline error is started by %W and ends with > > > > > %Z without adding any

Re: conflicts with in windows console vim (vim.exe), bug ?

2016-10-09 Fir de Conversatie skywind3000
Marius Gedminas wrote: > > After downloading msys2 and installing gcc, ncurses-devel ... with pacman, > > I started to build latest vim inside msys2, and found these: > > > > checking for tgetent in -ltinfo... (cached) no > > checking for tgetent in -lncurses... (cached) yes > > ncurses library

Re: Does any one know how to build a msys+mintty compatible vim (like vim in GitBash) ?

2016-10-09 Fir de Conversatie skywind3000
Ken Takata wrote: > Not sure. How about installing pkg-config? > You can find the detail log in src/auto/config.log. I can manage to build vim in the msys2 now by clone a refresh vim repository. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

Patch 8.0.0025

2016-10-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0025 Problem:Inconsistent use of spaces vs tabs in gd test. Solution: Use tabs. (Anton Lindqvist) Files: src/testdir/test_goto.vim *** ../vim-8.0.0024/src/testdir/test_goto.vim 2016-10-08 19:21:26.083230027 +0200 --- src/testdir/test_goto.vim 2016-10-09

Re: [patch] 2 problems about job

2016-10-09 Fir de Conversatie Bram Moolenaar
Ozaki Kiichi wrote: > I updated patch. > > I'm wondering: > In channel_close_on_error, when there is netbeans channel, > channel_save writes to PART_OUT, but is this right? to PART_SOCK? That is indeed strange. Netbeans only uses PART_SOCK. I'll change it. No test fails, don't really know

Patch 8.0.0024

2016-10-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0024 Problem:When the netbeans channel closes, "DETACH" is put in the output part. (Ozaki Kiichi) Solution: Write "DETACH" in the socket part. Files: src/channel.c, src/testdir/test_netbeans.vim *** ../vim-8.0.0023/src/channel.c 2016-10-03

Re: [vim/vim] Quickfix: Problem if first pattern is an ignored multiline pattern (#1126)

2016-10-09 Fir de Conversatie LCD 47
On 8 October 2016, Bram Moolenaar wrote: > > > Lcd wrote: > > > > On 7 October 2016, Gerd Wachsmuth wrote: > > > > The issue is that the multiline error is started by %W and ends with %Z > > > > without adding any errors. > > > In my opinion, it