On 08/10/13 15:37, Bruno Sutic wrote:
Hello vimers!
I'm using vim-handlebars filetype plugin, link to source:
https://github.com/nono/vim-handlebars
I noticed the plugin is setting filetype with a dot in the name.
Link to the relevant line in the source code:
https://github.com/nono/vim-handleba
On 09.10.2013 23:26, Bram Moolenaar wrote:
>
> Ben Fritz wrote:
>
>> On Wednesday, October 9, 2013 10:09:05 AM UTC-5, Julian Taylor wrote:
>>>
>>> Is easytag just doing the highlight regex wrong or is this a issue in the
>>> new engine?
>>>
>>> the regex used looks like this:
>>>
>>> syntax matc
Hi Bram!
On Mi, 09 Okt 2013, Bram Moolenaar wrote:
>
> Yasuhiro Matsumoto wrote:
>
> > Bram, why you remove this patch from todo list?
> >
> > https://code.google.com/p/vim/source/diff?spec=svn173c9c860e42e2af31d598aa6924b99d7e73bd1b&r=173c9c860e42e2af31d598aa6924b99d7e73bd1b&format=side&path=
Yasuhiro Matsumoto wrote:
> Bram, why you remove this patch from todo list?
>
> https://code.google.com/p/vim/source/diff?spec=svn173c9c860e42e2af31d598aa6924b99d7e73bd1b&r=173c9c860e42e2af31d598aa6924b99d7e73bd1b&format=side&path=/runtime/doc/todo.txt
>
> I can't assent.
There are several cha
Ben Fritz wrote:
> On Wednesday, October 9, 2013 10:09:05 AM UTC-5, Julian Taylor wrote:
> >
> > Is easytag just doing the highlight regex wrong or is this a issue in the
> > new engine?
> >
> > the regex used looks like this:
> >
> > syntax match cFunctionTag
> > /\C\<\%(cpl_column_get_mean
On Mi, 09 Okt 2013, Wiktor Ruben wrote:
> Hello,
> The subject is self-explanatory. I use Vim 7.4.052. Steps to
> reproduce:
>
> vim -u NONE
>
> Enter the text below:
>
> (foo "foo bar")
>
> Put cursor on the first 'foo' and try '[('. It works. Put cursor on the
> second foo and try '[(' once
Ben Fritz wrote:
On Wednesday, October 9, 2013 10:09:05 AM UTC-5, Julian Taylor wrote:
Is easytag just doing the highlight regex wrong or is this a issue in the new
engine?
the regex used looks like this:
syntax match cFunctionTag
/\C\<\%(cpl_column_get_mean_complex\|cx_tree_previous\|cpl_ta
They've gone ahead and implemented pretty much everything that was asked for.
Geoff and kans did a lot of work. That effort is at least worth a response in
this thread why the patch isn't going to be accepted, even though all that was
asked for was added to the patch. I don't understand the rati
On Wednesday, October 9, 2013 10:09:05 AM UTC-5, Julian Taylor wrote:
>
> Is easytag just doing the highlight regex wrong or is this a issue in the new
> engine?
>
> the regex used looks like this:
>
> syntax match cFunctionTag
> /\C\<\%(cpl_column_get_mean_complex\|cx_tree_previous\|cpl_table
hello,
I am using the easytag plugin [0] to syntax highlight tags in my files.
My tag database is rather large, so the syntax highlight regrex lines are
about 80.000 lines long (which easytag splits into 4 smaller chunks).
This worked fine in vim 7.3 with no noticeable impact on interactive
perform
Bram, why you remove this patch from todo list?
https://code.google.com/p/vim/source/diff?spec=svn173c9c860e42e2af31d598aa6924b99d7e73bd1b&r=173c9c860e42e2af31d598aa6924b99d7e73bd1b&format=side&path=/runtime/doc/todo.txt
I can't assent.
On Wednesday, October 9, 2013 7:16:55 AM UTC+9, kans wrote:
Hello,
The subject is self-explanatory. I use Vim 7.4.052. Steps to
reproduce:
vim -u NONE
Enter the text below:
(foo "foo bar")
Put cursor on the first 'foo' and try '[('. It works. Put cursor on the
second foo and try '[(' once again. It still works. Let's switch to
'nocompatible' mode:
:set
12 matches
Mail list logo