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 &

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

Re: Character bracketing

2020-10-18 Thread Fameli, Nicola
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 Email] On Saturday, October 17, 2020 at 11:49:25 AM UTC+2, Fameli, Nicola wrote: Hi there, something's

Re: Character bracketing

2020-10-18 Thread Tony Mechelynck
On Saturday, October 17, 2020 at 11:49:25 AM UTC+2, Fameli, Nicola wrote: > > Hi there, > > > 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

Character bracketing

2020-10-17 Thread Fameli, Nicola
Hi there, 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 then I type :wq