Re: [question] filetype name with dot (example included)

2013-10-09 Fir de Conversatie Tony Mechelynck
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

Re: extremely bad 7.4 regex performance for syntax highlighting

2013-10-09 Fir de Conversatie Julian Taylor
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

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-10-09 Fir de Conversatie Christian Brabandt
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=

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-10-09 Fir de Conversatie Bram Moolenaar
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

Re: extremely bad 7.4 regex performance for syntax highlighting

2013-10-09 Fir de Conversatie Bram Moolenaar
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

Re: '[(' doesn't work from inside string

2013-10-09 Fir de Conversatie Christian Brabandt
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

Re: extremely bad 7.4 regex performance for syntax highlighting

2013-10-09 Fir de Conversatie Charles E Campbell
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

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-10-09 Fir de Conversatie Bjorn T
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

Re: extremely bad 7.4 regex performance for syntax highlighting

2013-10-09 Fir de Conversatie Ben Fritz
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

extremely bad 7.4 regex performance for syntax highlighting

2013-10-09 Fir de Conversatie Julian Taylor
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

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-10-09 Fir de Conversatie mattn
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:

'[(' doesn't work from inside string

2013-10-09 Fir de Conversatie Wiktor Ruben
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