Re: Planning Vim 7.3

2010-04-12 Fir de Conversatie Tony Mechelynck
On 11/04/10 22:16, Bram Moolenaar wrote: Christian Brabandt wrote: Are you considering any patches from http://groups.google.com/group/vim_dev/web/vim-patches for inclusion? Yes, but many of these patches are not mature. E.g., first one, Improved regular expression engine, is still lacking

Re: Planning Vim 7.3

2010-04-12 Fir de Conversatie Christian Brabandt
Hi Tony! (replying to vim_use and vim_dev. Should we keep the discussion on vim_dev or rather on vim_use?) Disclaimer: I know, this is not a wishlist thread, but I could not resist ;) On Mo, 12 Apr 2010, Tony Mechelynck wrote: It is true that they are in different stages of development. Here

Regular expression: **

2010-04-12 Fir de Conversatie Tom Link
Hi, I have just noticed that vim allows to use ** as regular expression. Shouldn't this throw a Nested * exception like .** does? Examples: echo match(abc, **) = 0 echo match(abc, .**) = E61: Nested * Regards Tom -- You received this message from the vim_dev maillist. Do not top-post! Type

Re: Regular expression: **

2010-04-12 Fir de Conversatie Christian Brabandt
Hi Tom! On Mo, 12 Apr 2010, Tom Link wrote: Hi, I have just noticed that vim allows to use ** as regular expression. Shouldn't this throw a Nested * exception like .** does? Examples: echo match(abc, **) = 0 echo match(abc, .**) I believe this is a special case, that is mentioned

Re: Regular expression: **

2010-04-12 Fir de Conversatie Matt Wozniski
On Mon, Apr 12, 2010 at 10:36 AM, Tom Link micat...@gmail.com wrote: I believe this is a special case, that is mentioned at :h  /star Thanks. I missed that paragraph. Regards, Tom O_o I never knew that one, either. Huh. ~Matt -- You received this message from the vim_dev maillist. Do

[patch] fixed error when building Esperanto dictionary

2010-04-12 Fir de Conversatie Dominique Pellé
Hi I see the following error when trying to build the Esperanto dictionary: $ vim/runtime/spell/eo $ aap Aap: ../../../src/vim ../README_eo.txt -e -c set ff=unix -c wq Aap: Error in recipe /home/pel/sb/vim/runtime/spell/eo/main.aap line 25: Shell command returned 1 Attached patch fixes it.

Re: [patch] fixed error when building Esperanto dictionary

2010-04-12 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: I see the following error when trying to build the Esperanto dictionary: $ vim/runtime/spell/eo $ aap Aap: ../../../src/vim ../README_eo.txt -e -c set ff=unix -c wq Aap: Error in recipe /home/pel/sb/vim/runtime/spell/eo/main.aap line 25: Shell command returned 1

Re: [patch] added aap file to build the Breton spell dictionary

2010-04-12 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Attached patch adds the AAP files to build the Breton dictionary for Vim in utf-8 and latin1 encoding from the OpenOffice-3.x Breton dictionary. Breton (Brezhoneg, language code br) is a Celtic language spoken in Brittany (west of France) which is closely related to

Re: [patch] added aap file to build the Breton spell dictionary

2010-04-12 Fir de Conversatie Dominique Pellé
Bram Moolenaar wrote: Dominique Pelle wrote: Attached patch adds the AAP files to build the Breton dictionary for Vim in utf-8 and latin1 encoding from the OpenOffice-3.x Breton dictionary. Breton (Brezhoneg, language code br) is a Celtic language spoken in Brittany (west of France) which

Re: [patch] Jump list not updated in certain circumstances

2010-04-12 Fir de Conversatie Lech Lorens
On 11-Apr-2010 Bram Moolenaar b...@moolenaar.net wrote: Lech Lorens wrote: While 10G does add to the jump list, :10 does not. I believe that both the methods of moving from line to line should be consistent with regard to the jump list. This patch removes this inconsistency

Re: Planning Vim 7.3

2010-04-12 Fir de Conversatie Lech Lorens
On 12-Apr-2010 Tony Mechelynck antoine.mechely...@gmail.com wrote: #10 (Variable tabstops) sounds interesting. I haven't tested it. Reportedly still in alpha. Probably wait some more (Vim 8.0 ?) but keep an eye on it. Pretty stable alpha, I'd say. It's of limited use for programming but I've

Re: Planning Vim 7.3

2010-04-12 Fir de Conversatie Jordan Lewis
Any thoughts about including persistent undo in Vim 7.3? It's being maintained in Markus Heidelberg's vim_extended repository here http://repo.or.cz/w/vim_extended.git/shortlog/refs/heads/feat/persistent-undo. It's also the 3rd most popular new feature on the new feature voting list. - Jordan

Re: [SPAM:XXXXXXXX] Re: [patch] Jump list not updated in certain circumstances

2010-04-12 Fir de Conversatie Matt Wozniski
On Mon, Apr 12, 2010 at 5:45 PM, Lech Lorens wrote: On 11-Apr-2010 Bram Moolenaar wrote: Lech Lorens wrote: While 10G does add to the jump list, :10 does not. I believe that both the methods of moving from line to line should be consistent with regard to the jump list. This

Re: Planning Vim 7.3

2010-04-12 Fir de Conversatie Mun
Hi all, On Mon, Apr 12, 2010 at 04:03 PM PDT, Jordan Lewis wrote: JL Any thoughts about including persistent undo in Vim 7.3? It's being JL maintained in Markus Heidelberg's vim_extended repository here JL http://repo.or.cz/w/vim_extended.git/shortlog/refs/heads/feat/persistent-undo. JL It's

[patch] Request: add help tags :set-! and :set-inv

2010-04-12 Fir de Conversatie Lech Lorens
Today I had trouble understanding :set invrightleft which Tony Mechelynck suggested to ron. May I ask that :set-inv help tag be added (and set-! consequently)? It might make things simpler to the next person trying to understand :set inv The attached patch adds such tags. -- Cheers, Lech --