Patch 8.0.0896

2017-08-10 Fir de Conversatie Bram Moolenaar
Patch 8.0.0896 Problem:Cannot automaticlaly close a terminal window when the job ends. Solution: Add the ++close argument to :term. Add the term_finish option to term_start(). (Yasuhiro Matsumoto, closes #1950) Also add ++open. Files: runtime/doc/eval.txt,

Re: [vim/vim] Feature Request: add option for collapsing cmdline when empty. (#940)

2017-08-10 Fir de Conversatie Tony Mechelynck
I suppose that allowing setting 'cmdheight' to zero (without changing the default of 1, and if zero, hiding the commandline whenever it's empty) would be a minimal and backward-compatible change to Vim. However, not only would it add jumpiness whenever Vim has a message to display, it would be

Re: Vim Yacc syntax inconsistencies

2017-08-10 Fir de Conversatie Matthew Fernandez
On 10/08/17 03:24, Christian Brabandt wrote: On Mi, 09 Aug 2017, Matthew Fernandez wrote: Hello vim-dev, I sent the email below to the yacc.vim maintainer, but it seems the listed address bounces. Does anyone on this list have the expertise/desire to step in to maintain this file? I'd be

Re: Vim Yacc syntax inconsistencies

2017-08-10 Fir de Conversatie Christian Brabandt
On Mi, 09 Aug 2017, Matthew Fernandez wrote: > Hello vim-dev, > > I sent the email below to the yacc.vim maintainer, but it seems the listed > address bounces. Does anyone on this list have the expertise/desire to step > in to maintain this file? I'd be happy to do it myself, but the complexity

Vim Yacc syntax inconsistencies

2017-08-10 Fir de Conversatie Matthew Fernandez
Hello vim-dev, I sent the email below to the yacc.vim maintainer, but it seems the listed address bounces. Does anyone on this list have the expertise/desire to step in to maintain this file? I'd be happy to do it myself, but the complexity of this file is a bit above my level of Vim