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

2020-11-30 Thread Christian Brabandt
On So, 29 Nov 2020, Yegappan Lakshmanan wrote: > Does anyone think we should rename this variable to v:exitval? This > will not be compatible with Neovim though. While I think v:exitval describes it better, I don't think we should change this and be incompatible with Neovim. Best, Christian -

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

2020-11-29 Thread 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 will