Re: Vim slow after big count insert

2013-07-19 Fir de Conversatie Marc Weber
> There is no use case If you do something stupid by accident most vim operations can be aborted by ctrl-c (exception: python, rbuy, .. scripts) So there is still nothing to fix or talk about unless there is a use case. Marc Weber -- -- You received this message from the "vim_dev" maillist. Do

Re: Vim slow after big count insert

2013-07-19 Fir de Conversatie Gary Johnson
On 2013-07-19, Dimitar DIMITROV wrote: Hi Dimitar, It would be a big help to those of us with threading mail readers if you would be sure that your replies include "Re: " at the start of the Subject. Thanks, Gary -- -- You received this message from the "vim_dev" maillist. Do not top-post! Ty

:global wrong delimiters

2013-07-19 Fir de Conversatie Dimitar DIMITROV
> > Hi list, > > > > >From :h:g (line 57) I get it :g9pattern9ACTION shouldn't work, but it does. > > These work as well: > > > > :g"pattern"ACTION > > :g|pattern|ACTION > > > > Regards > > > > > > Dimitar > > > > > > --- > > GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimitrov (kurkale6ka) > > >

Re: svn syntax with localization?

2013-07-19 Fir de Conversatie Dmitry Vasiliev
On 07/18/2013 08:15 PM, studog wrote: I checked the source code for svn 1.8.0 and the delimiter is exactly --This line, and those below, will be ignored-- or its localized form. I'd like to update the regex so it's accurate, but I'd need to handle all the languages. Is it possible to support loc

Release date for 7.4 ?

2013-07-19 Fir de Conversatie Zdenek Sekera
Has the probable release date for 7.4 been set already? Or does at least some "educated guess" exist? Just asking to see if it's worth waiting or if I should rather upgrade my 7.3 with ~1000 patches. ---Zdenek -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type you

Re: Release date for 7.4 ?

2013-07-19 Fir de Conversatie tux-
Zdenek Sekera schrob am Freitag, 19. Juli 2013 um 22:40 Zeit: > Has the probable release date for 7.4 been set already? When it's done. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Vim slow after big count insert

2013-07-19 Fir de Conversatie Dimitar DIMITROV
> > Hi, > > > > Did a search on the vim_dev archives but couldn't find anything related to > > this. Sorry if this is redundant. > > Basically vim is exponentially slow after 100iHello as mentioned > > in this link: > > http://www.galexander.org/vim_sucks.html > Let's discuss the use case, f

Re: Vim slow after big count insert

2013-07-19 Fir de Conversatie Marc Weber
Excerpts from Dimitar DIMITROV's message of Fri Jul 19 23:14:44 +0200 2013: > Try to abort it you will see the success you have. 1600iAuto aborts almost instantly VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 9 2013 16:56:22) Included patches: 1-1155 vim and gvim tested .. Have I don

Re: :global wrong delimiters

2013-07-19 Fir de Conversatie Marcin Szamotulski
On 17:26 Fri 19 Jul , Dimitar DIMITROV wrote: > Hi list, > > >From :h:g (line 57) I get it :g9pattern9ACTION shouldn't work, but it does. > These work as well: > > :g"pattern"ACTION > :g|pattern|ACTION > > Regards > >   > Dimitar > > > --- > GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimi

Re: Vim slow after big count insert

2013-07-19 Fir de Conversatie Mike Williams
On 19/07/2013 15:52, Mike Williams wrote: On 19/07/2013 12:18, Dimitar DIMITROV wrote: Hi, Did a search on the vim_dev archives but couldn't find anything related to this. Sorry if this is redundant. Basically vim is exponentially slow after 100iHello as mentionned in this link: http://w

Re: Vim slow after big count insert

2013-07-19 Fir de Conversatie Mike Williams
On 19/07/2013 12:18, Dimitar DIMITROV wrote: Hi, Did a search on the vim_dev archives but couldn't find anything related to this. Sorry if this is redundant. Basically vim is exponentially slow after 100iHello as mentionned in this link: http://www.galexander.org/vim_sucks.html A quick

:global wrong delimiters

2013-07-19 Fir de Conversatie Dimitar DIMITROV
Hi list, >From :h:g (line 57) I get it :g9pattern9ACTION shouldn't work, but it does. These work as well: :g"pattern"ACTION :g|pattern|ACTION Regards   Dimitar --- GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimitrov (kurkale6ka) -- -- You received this message from the "vim_dev" maillist

Re: svn syntax with localization?

2013-07-19 Fir de Conversatie Ben Fritz
On Friday, July 19, 2013 8:59:38 AM UTC-5, Bram Moolenaar wrote: > > > > Does the pattern actually match in the wrong place? > > TortoiseSVN generates commit comments like this whenever you merge: Merged revision(s) {range} from {branch path}: change 1 description change

Re: Vim slow after big count insert

2013-07-19 Fir de Conversatie Marc Weber
Excerpts from Dimitar DIMITROV's message of Fri Jul 19 13:18:09 +0200 2013: > Hi, > > Did a search on the vim_dev archives but couldn't find anything related to > this. Sorry if this is redundant. > Basically vim is exponentially slow after 100iHello as mentionned > in this link: > http://w

Re: $MYVIMRC not set

2013-07-19 Fir de Conversatie James McCoy
On Jul 19, 2013 9:23 AM, "Dimitar DIMITROV" wrote: > > Hi, > > After reading the docs about -u, I can't see it mentioned that in that case $MYVIMRC wouldn't be setup. > But it isn't. > Try with vim -u ~/.vimrc This part of the startup process is described under ":help vimrc": If Vim was started

Re: Syntax highlighting for PL1 (aka PL/1 or PL/I)

2013-07-19 Fir de Conversatie Bram Moolenaar
Alan Thompson wrote: > Last year I had to work on 4.5 million lines of PL1 legacy code, and was > quite distressed when GVim didn't seem to have any syntax highlighting > support! So, I modified an existing syntax file by adding in PL1 keywords > in order to create a PL1 syntax file. I saved th

Re: svn syntax with localization?

2013-07-19 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: > On 19-Jul-2013 05:57 +0200, studog wrote: > > > On Thursday, July 18, 2013 4:15:22 PM UTC-4, Marcin Szamotulski wrote: > >> Writting a pattern which has to match all the languages is not the best > >> idea. But maybe refining the pattern would help: > >> > >> ^--[a-zA-Z ,^-

$MYVIMRC not set

2013-07-19 Fir de Conversatie Dimitar DIMITROV
Hi, After reading the docs about -u, I can't see it mentioned that in that case $MYVIMRC wouldn't be setup. But it isn't. Try with vim -u ~/.vimrc Regards   Dimitar --- GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimitrov (kurkale6ka) -- -- You received this message from the "vim_dev" mai

netrw doesn't respect umask

2013-07-19 Fir de Conversatie Yuri Kanivetsky
I can't say with confidence it's a bug. So I decided to discuss it. Are there any reason for it being as it is? -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/mailli

Re: svn syntax with localization?

2013-07-19 Fir de Conversatie Jakson Alves de Aquino
On Fri, Jul 19, 2013 at 3:17 AM, Ingo Karkat wrote: > On 19-Jul-2013 05:57 +0200, studog wrote: > >> On Thursday, July 18, 2013 4:15:22 PM UTC-4, Marcin Szamotulski wrote: >>> Writting a pattern which has to match all the languages is not the best >>> idea. But maybe refining the pattern would he

Vim slow after big count insert

2013-07-19 Fir de Conversatie Dimitar DIMITROV
Hi, Did a search on the vim_dev archives but couldn't find anything related to this. Sorry if this is redundant. Basically vim is exponentially slow after 100iHello as mentionned in this link: http://www.galexander.org/vim_sucks.html Regards   Dimitar --- GPG Key: 2048R/160C6FA8 2012-10

Re: Questions, Thoughts, and Experiments with `main_syntax` and html.vim

2013-07-19 Fir de Conversatie Amadeus Demarzi
I have attached a patch for this fix. It essentially amounts to the change that I mentioned at the end. Would it be possible to get this patch in? Cheers, Amadeus On Wednesday, July 17, 2013 12:16:25 PM UTC-7, Amadeus Demarzi wrote: > This is probably going to be a bit long winded, so bear with