Re: [vim/vim] errorformat %r seems to imply %> (#2785)

2018-04-06 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Apr 5, 2018 at 12:02 PM, Jan Gosmann wrote: > Given this error format: > > set efm=%trror\ l%l\ %m > set efm+=%-P(%f%r > set efm+=%-Q)%r > > and this error log: > > (file1 > Error l2 in file1 > (file2 (file3 > Error l4 in file3 > ) > Error l6 in file2 >

Patch 8.0.1669

2018-04-06 Fir de Conversatie Bram Moolenaar
Patch 8.0.1669 Problem::vimgrep may add entries to the wrong quickfix list. Solution: Use the list identifier. (Yegappan Lakshmanan) Files: src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.0.1668/src/quickfix.c 2018-03-24 14:01:52.319933545 +0100 --- src/quickfix.c

Patch 8.0.1668

2018-04-06 Fir de Conversatie Bram Moolenaar
Patch 8.0.1668 Problem:Terminal debugger: can't re-open source code window. Solution: Add the :Source command. Also create the window if needed when gdb stops at a source line. Files: runtime/pack/dist/opt/termdebug/plugin/termdebug.vim,

Patch 8.0.1667

2018-04-06 Fir de Conversatie Bram Moolenaar
Patch 8.0.1667 Problem:Terminal window tests are flaky. Solution: Increase the waiting time for Vim to start. Files: src/testdir/screendump.vim *** ../vim-8.0.1666/src/testdir/screendump.vim 2018-03-29 17:40:42.607415702 +0200 --- src/testdir/screendump.vim 2018-04-06

Re: vim prompt E484: Can't open file

2018-04-06 Fir de Conversatie Christian Brabandt
On Do, 05 Apr 2018, brucekan...@gmail.com wrote: > 在 2018年4月3日星期二 UTC+8下午6:35:57,Christian Brabandt写道: > > On Di, 03 Apr 2018, brucekan...@gmail.com wrote: > > > > > I'm using VIM 8.0 and set the option: "set > > > cscopequickfix=s-,c-,d-,i-,t-,e-" > > > vim will prompt "E484: Can't open file

Re: Patch 8.0.1656

2018-04-06 Fir de Conversatie Christian Brabandt
On Fr, 06 Apr 2018, Bram Moolenaar wrote: > It might be good to check if xxd was actually built. The normal "make" > command should, but some people might use their own way of building. > A missing "xxd" executable should not make the test fail. Yeah, initially, I wanted to make the test depend

Re: Patch 8.0.1656

2018-04-06 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Di, 03 Apr 2018, Christian Brabandt wrote: > > > > > On Di, 03 Apr 2018, Bram Moolenaar wrote: > > > > > And we should have a test for xxd some day. > > > > I'll have a look. > > How about the following basic test? Thanks! It might be good to check if xxd