Commit: patch 9.0.1789: too early declaration of variable in pum_set_selected()

2023-08-26 Fir de Conversatie Christian Brabandt
patch 9.0.1789: too early declaration of variable in pum_set_selected() Commit: https://github.com/vim/vim/commit/20f61d96f8f36e7c0994f49b43d0eb78f5274cca Author: mathew Date: Sat Aug 26 18:11:02 2023 +0200 patch 9.0.1789: too early declaration of variable in pum_set_selected() P

Commit: patch 9.0.1788: C4090 warnings in strings.c

2023-08-26 Fir de Conversatie Christian Brabandt
patch 9.0.1788: C4090 warnings in strings.c Commit: https://github.com/vim/vim/commit/4c215ecdafbc9a32bca885abc3272be741047291 Author: K.Takata Date: Sat Aug 26 18:05:08 2023 +0200 patch 9.0.1788: C4090 warnings in strings.c Problem: C4090 warnings in strings.c Solution: Add

Commit: runtime(typescript): Fix highlighting symbols after number literal (#12911)

2023-08-26 Fir de Conversatie Christian Brabandt
runtime(typescript): Fix highlighting symbols after number literal (#12911) Commit: https://github.com/vim/vim/commit/535b9e12d02f5fef969fb680d579c586bd5f40db Author: Herrington Darkholme <2883231+herringtondarkho...@users.noreply.github.com> Date: Sat Aug 26 09:01:47 2023 -0700 runtime(t

Commit: translation(ir): Updated irish translation (#12918)

2023-08-26 Fir de Conversatie Christian Brabandt
translation(ir): Updated irish translation (#12918) Commit: https://github.com/vim/vim/commit/1da9fdb8c71416e5a0744de69e67ac186faecd45 Author: Kevin Scannell Date: Sat Aug 26 10:59:34 2023 -0500 translation(ir): Updated irish translation (https://github.com/vim/vim/issues/12918)

Re: Support for Private class/object methods

2023-08-26 Fir de Conversatie shane.qian
On 23/08/26 03:08PM, shane.qian wrote: > > > If "public" is omitted, shouldn't class members and method be private by > > > default just like "def" functions > > > and script variables are script-local by default unless prefixed with > > > "export"? > > > > > > > Currently object/class methods a

Re: Support for Private class/object methods

2023-08-26 Fir de Conversatie shane.qian
> > If "public" is omitted, shouldn't class members and method be private by > > default just like "def" functions > > and script variables are script-local by default unless prefixed with > > "export"? > > > > Currently object/class methods are always public and the object/class > private metho