Re: Character bracketing

2020-10-19 Thread Tony Mechelynck
On Sunday, October 18, 2020 at 9:51:26 PM UTC+2, Fameli, Nicola wrote: > > > > > -- > *From:* vim_mac@googlegroups.com on behalf of > Tony Mechelynck > *Sent:* 18 October 2020 8:46 > *To:* vim_mac > *Subject:* Re: Character bracketing > > [*CAUTION:* Non-UBC

Re: Character bracketing

2020-10-19 Thread Bram Moolenaar
> something's up with my vi(m) editor in my mac pro Terminal app (Mac OS > Catalina) and it's driving me insane. > > It happens when I make a new file, say a python function in which I might > write from the command line: > > $vim function.py > > def function(variable): > >pass > >