Re: [vim/vim] Add v:exiting variable to get the Vim exit code (#7395)

2020-11-29 Fir de Conversatie Yegappan Lakshmanan
On Sun, Nov 29, 2020 at 11:57 AM Bram Moolenaar wrote: > Shouldn't the entry in vimvars[] use VAR_SPECIAL? the value is v:null > until it's set to a number. > > > I have updated the PR to use VAR_SPECIAL type for v:exiting. Does anyone think we should rename this variable to v:exitval? This

Re: Patch 8.2.2069

2020-11-29 Fir de Conversatie Christ van Willegen
Op zo 29 nov. 2020 14:21 schreef Bram Moolenaar : > > Patch 8.2.2069 > > + " Test for updating the quickfix buffer whenever the assocaited quickfix > list > + " is changed. > Associated Christ van Willegen > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Re: Patch 8.2.2068

2020-11-29 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 8.2.2068 Problem:Transparent syntax item uses start/end of containing region. Solution: Do not change the startpos and endpos of a transparent region to that of its containing region. (Adrian Ghizaru, closes #7349,

Patch 8.2.2069

2020-11-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2069 Problem:The quickfix window is not updated after setqflist(). Solution: Update the quickfix buffer. (Yegappan Lakshmanan, closes #7390, closes #7385) Files: src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.2.2068/src/quickfix.c 2020-11-23

Patch 8.2.2068

2020-11-29 Fir de Conversatie Bram Moolenaar
Patch 8.2.2068 Problem:Transparent syntax item uses start/end of containing region. Solution: Do not change the startpos and endpos of a transparent region to that of its containing region. (Adrian Ghizaru, closes #7349, closes #7391) Files: src/syntax.c,