Re: Access class member from command line

2024-05-08 Thread Yegappan Lakshmanan
Hi, On Wed, May 8, 2024 at 2:11 PM Lifepillar wrote: > > On 2024-05-07, Girish wrote: > > On Sunday 5 May 2024 at 15:39:53 UTC+2 Lifepillar wrote: > > >> Let's say I have this class in some `foo.vim` file: > >> > >> export class Config > >> public static var option = false > >> endclass > >>

Re: Termdebug for Windows: why a "prompt" buffer instead of a terminal buffer?

2024-05-08 Thread Alessandro Antonello
Hi, Tiberi. You should take a look in the help of 'termdebug-prompt'. There you can find why your Vim version is using prompt instead of terminal. I hope this message reaches you. Regards, Em ter., 7 de mai. de 2024 às 10:34, Ubaldo Tiberi escreveu: > Hi all, > > I have noticed that Termdebug

Re: Access class member from command line

2024-05-08 Thread Lifepillar
On 2024-05-07, Girish wrote: > On Sunday 5 May 2024 at 15:39:53 UTC+2 Lifepillar wrote: >> Let's say I have this class in some `foo.vim` file: >> >> export class Config >> public static var option = false >> endclass >> >> Now, I'd like to set `Config.option` to `true` from a script and from