Re: Matchit plugin modifying virtualedit

2017-03-27 Thread Bram Moolenaar
Benji Fisher wrote: > David, Bram: > > Thanks for the bug report and the fix. Please try the attached > version. (This list accepts attachments, doesn't it ...) Looks good to me, thanks. -- How do I set the laser printer to stun? /// Bram Moolenaar -- b...@moolenaar.net --

Re: Matchit plugin modifying virtualedit

2017-03-27 Thread Christian Brabandt
Hi Benji! On So, 26 Mär 2017, Benji Fisher wrote: > Thanks for the bug report and the fix. Please try the attached version. > > (This list accepts attachments, doesn't it ...) Thanks for that. Would you mind looking at those issues as well: https://github.com/vim/vim/pull/955

Re: Matchit plugin modifying virtualedit

2017-03-26 Thread Benji Fisher
David, Bram: Thanks for the bug report and the fix. Please try the attached version. (This list accepts attachments, doesn't it ...) -- Benji On Tue, Mar 21, 2017 at 11:30 AM, Bram Moolenaar wrote: > > David Fishburn wrote: > > > > ... > > > > I triggered it by

Re: Matchit plugin modifying virtualedit

2017-03-21 Thread Bram Moolenaar
David Fishburn wrote: > > ... > > > I triggered it by simply hitting % on a { in a Java file. > > > > It's very possible that it's set somewhere else. The problem is that > > the matchit plugin always sets it empty, also when it already was empty. > > > > let restore_options = " ve="

Re: Matchit plugin modifying virtualedit

2017-03-21 Thread David Fishburn
> > ... > > I triggered it by simply hitting % on a { in a Java file. > > It's very possible that it's set somewhere else. The problem is that > the matchit plugin always sets it empty, also when it already was empty. > > let restore_options = " ve=" . . restore_options > set

Re: Matchit plugin modifying virtualedit

2017-03-20 Thread Bram Moolenaar
David Fishburn wrote: > :ver > VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 24 2017 13:37:57) > MS-Windows 32-bit GUI version with OLE support > Included patches: 1-233 > > I have realized virtualedit keeps getting set on me, so I ran: > > :verbose set virtualedit? > virtualedit=all >

Matchit plugin modifying virtualedit

2017-03-20 Thread David Fishburn
:ver VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jan 24 2017 13:37:57) MS-Windows 32-bit GUI version with OLE support Included patches: 1-233 I have realized virtualedit keeps getting set on me, so I ran: :verbose set virtualedit? virtualedit=all Last set from