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. I

Re: "iabbrev" erratic behaviour

2024-02-19 Thread Gary Johnson
On 2024-02-19, Maxim Kim wrote: > On Monday, February 19, 2024 at 11:29:19 PM UTC+11 Ottavio Caruso 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 > > abbrev

Re: "iabbrev" erratic behaviour

2024-02-19 Thread Maxim Kim
> Is there a way to troubleshoot that? You can check if it works without your configuration: $ vim -Nu NONE : iabbrev mdate =strftime("%a %d/%m/%Y") If it isthere must be something in vim config you will need to figure out. One common approach is to bisect your vimrc. On Monday, February 19,

"iabbrev" erratic behaviour

2024-02-19 Thread 'Ottavio Caruso' via vim_use
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. If I edit a file, type some characters and then I type "mdate", it doesn't get e