Some comments on :help E1377 (subclassing and constructors)

2024-02-20 Thread Lifepillar
:help E1377 has this paragraph: Unlike other languages, the constructor of the base class does not need to be invoked. In fact, it cannot be invoked. If some initialization from the base class also needs to be done in a child class, put it in an object method and call that

Re: "iabbrev" erratic behaviour

2024-02-20 Thread Christian Brabandt
On Mo, 19 Feb 2024, 'Ottavio Caruso' via vim_use wrote: > Hi, > > I have this is in my .vimrc: > > iabbrev mdate =strftime("%a %d/%m/%Y") > > > It used to work fine, but as of recently (3 or 4 weeks or so), this > abbreviation only works if it is the first thing that I input on any > file.