Re: Vim9: Default object member access

2023-08-27 Fir de Conversatie Doug Kearns
On Mon, 28 Aug 2023 at 00:23, Yegappan Lakshmanan wrote: > Hi Doug, > > On Sun, Aug 27, 2023 at 7:14 AM Doug Kearns wrote: > > > > > > On Fri, 25 Aug 2023 at 23:50, Yegappan Lakshmanan > wrote: > >> > >> Hi all, > >> > >> From the email thread > >>

Re: Vim9: Default object member access

2023-08-27 Fir de Conversatie Yegappan Lakshmanan
Hi Doug, On Sun, Aug 27, 2023 at 7:14 AM Doug Kearns wrote: > > > On Fri, 25 Aug 2023 at 23:50, Yegappan Lakshmanan wrote: >> >> Hi all, >> >> From the email thread >> https://groups.google.com/g/vim_dev/c/yYpFNUHdRho/m/xjgrKqMoBQAJ?pli=1 >> and the following items in the todo.txt file: >> >>

Re: Vim9: Default object member access

2023-08-27 Fir de Conversatie Doug Kearns
On Fri, 25 Aug 2023 at 23:50, Yegappan Lakshmanan wrote: > Hi all, > > From the email thread > https://groups.google.com/g/vim_dev/c/yYpFNUHdRho/m/xjgrKqMoBQAJ?pli=1 > and the following items in the todo.txt file: > > - Change access: public by default, private by prefixing "_". >

Re: Vim9: Default object member access

2023-08-25 Fir de Conversatie shane qian
s.com on behalf of > Yegappan Lakshmanan > Sent: Saturday, August 26, 2023 12:12:35 AM > To: vim_dev@googlegroups.com > Subject: Re: Vim9: Default object member access > > Hi, > > On Fri, Aug 25, 2023 at 9:01 AM shane qian wrote: > > > > the default pe

Re: Vim9: Default object member access

2023-08-25 Fir de Conversatie Yegappan Lakshmanan
> Yegappan Lakshmanan > Sent: Saturday, August 26, 2023 12:12:35 AM > To: vim_dev@googlegroups.com > Subject: Re: Vim9: Default object member access > > Hi, > > On Fri, Aug 25, 2023 at 9:01 AM shane qian wrote: > > > > the default perhaps was `protect`, since l

Re: Vim9: Default object member access

2023-08-25 Fir de Conversatie Ernie Rael
On 23/08/25 6:50 AM, Yegappan Lakshmanan wrote: Hi all, >From the email thread https://groups.google.com/g/vim_dev/c/yYpFNUHdRho/m/xjgrKqMoBQAJ?pli=1 and the following items in the todo.txt file: - Change access: public by default, private by prefixing "_". Check for error: can't

Re: Vim9: Default object member access

2023-08-25 Fir de Conversatie shane qian
since it needed to ignore leading _ to confirm. -- shane.xb.qian From: vim_dev@googlegroups.com on behalf of Yegappan Lakshmanan Sent: Saturday, August 26, 2023 12:12:35 AM To: vim_dev@googlegroups.com Subject: Re: Vim9: Default object member access Hi

Re: Vim9: Default object member access

2023-08-25 Fir de Conversatie Yegappan Lakshmanan
_ > From: vim_dev@googlegroups.com on behalf of > Yegappan Lakshmanan > Sent: Friday, August 25, 2023 9:50:28 PM > To: vim_dev > Subject: Vim9: Default object member access > > Hi all, > > From the email thread > https://groups.google.com/g/vim_de

Re: Vim9: Default object member access

2023-08-25 Fir de Conversatie shane qian
From: vim_dev@googlegroups.com on behalf of Yegappan Lakshmanan Sent: Friday, August 25, 2023 9:50:28 PM To: vim_dev Subject: Vim9: Default object member access Hi all, >From the email thread https://groups.google.com/g/vim_dev/c/yYpFNUHdRho/m/xjgrKqMoBQAJ?

Vim9: Default object member access

2023-08-25 Fir de Conversatie Yegappan Lakshmanan
Hi all, >From the email thread https://groups.google.com/g/vim_dev/c/yYpFNUHdRho/m/xjgrKqMoBQAJ?pli=1 and the following items in the todo.txt file: - Change access: public by default, private by prefixing "_". Check for error: can't have the same name twice (ignoring "_" prefix). This