Making matchit.vim work properly in angularjs

2015-09-02 Thread 'Dave Land' via vim_use
Hello, I've been using matchit.vim for ages and I love it. Lately, as I work in my employer's angularjs codebase, I've noticed that matchit gets confused by tags that are wrapped over several lines: it can match forward, but not backwards. Here's the relevant portion of my definition of b:matc

Re: Making matchit.vim work properly in angularjs

2015-09-03 Thread Christian Brabandt
Hi 'Dave! On Mi, 02 Sep 2015, 'Dave Land' via vim_use wrote: > Hello, > > I've been using matchit.vim for ages and I love it. > > Lately, as I work in my employer's angularjs codebase, I've noticed that > matchit gets confused by tags that are wrapped over several lines: it can > match forwar

Re: Making matchit.vim work properly in angularjs

2015-09-11 Thread 'Dave Land' via vim_use
On Sep 3, 2015, at 1:14 PM, Christian Brabandt wrote: > Hi 'Dave! > > On Mi, 02 Sep 2015, 'Dave Land' via vim_use wrote: > >> Hello, >> >> … words, words, words … >> >> Any advice? > > Have you read through the help, specifically :h matchit-debug The answer was in :h matchit-details, specif

Re: Making matchit.vim work properly in angularjs

2015-09-11 Thread David Fishburn
On Fri, Sep 11, 2015 at 5:13 PM, 'Dave Land' via vim_use < vim_use@googlegroups.com> wrote: > On Sep 3, 2015, at 1:14 PM, Christian Brabandt wrote: > > ... > The answer was in :h matchit-details, specifically, > >"The pattern '<' comes first, so it is preferred over '', which > also matches."

Re: Making matchit.vim work properly in angularjs

2015-09-11 Thread 'Dave Land' via vim_use
On Sep 11, 2015, at 2:35 PM, David Fishburn wrote: > > > On Fri, Sep 11, 2015 at 5:13 PM, 'Dave Land' via vim_use > wrote: > On Sep 3, 2015, at 1:14 PM, Christian Brabandt wrote: > > ... > The answer was in :h matchit-details, specifically, > >"The pattern '<' comes first, so it is pre