Re: Suggest a Gvim 7.3 new look

2010-06-12 Fir de Conversatie Mikolaj Machowski
On Saturday 12 June 2010 06:43:54 Bram Moolenaar wrote: It is an portable version of vim 7.2 (including runtime). Just extract it to any directory and run it from there (obviously windows only). I looked at that page but don't see what is different from normal Vim. I'm not going to

Re: undo file location was: Re: Update on Vim 7.3 status

2010-05-25 Fir de Conversatie Mikolaj Machowski
On Tuesday 25 May 2010 13:11:34 Milan Vancura wrote: When editing a file over a network or a removable media (USB stick) it's very easy to misplace the undo file. Also, when a file is edited by several people, or the same person with different login names or from different systems, the

Re: Vim version 7.2a ready for BETA testing

2008-06-25 Fir de Conversatie Mikolaj Machowski
Dnia Wednesday 25 of June 2008, Bram Moolenaar napisał: Hello Vim users, Announcing: Vim (Vi IMproved) version 7.2a BETA Compiles, Tests ALL DONE, runs fine on Mandriva 2008.0, GTK2, Huge. m. --~--~-~--~~~---~--~~ You received this message from the vim_dev

Re: [Patch] Nicer notebook tabs with GTK2

2008-04-30 Fir de Conversatie Mikolaj Machowski
Dnia Wednesday 30 of April 2008, François Ingelrest napisał: http://www.silent-blade.org/misc/gvim-notebook-before.png http://www.silent-blade.org/misc/gvim-notebook-after.png Comments are welcome :-) Are icons tied with MIME system? So it will be different icon for HTML file, different for

Re: Updated floating point patch

2008-04-12 Fir de Conversatie Mikolaj Machowski
Dnia Saturday 12 of April 2008, Bram Moolenaar napisał: Here is an update for the floating point patch. The 'g' argument for printf() was implemented and a few bug fixes. This is to be applied to the original source code, without the older floating point patch. One thing: let a = 1.2 let

Re: Updated floating point patch

2008-04-12 Fir de Conversatie Mikolaj Machowski
Dnia Saturday 12 of April 2008, Tony Mechelynck napisał: On 12/04/08 20:29, Mikolaj Machowski wrote: Dnia Saturday 12 of April 2008, Bram Moolenaar napisał: Here is an update for the floating point patch. The 'g' argument for printf() was implemented and a few bug fixes

Re: Patch to try out: floating point

2008-04-09 Fir de Conversatie Mikolaj Machowski
Dnia Wednesday 09 of April 2008, Nikolai Weibull napisał: 2008/4/8 Mikolaj Machowski [EMAIL PROTECTED]: Dnia Tuesday 08 of April 2008, Bram Moolenaar napisał: I have been preparing a talk for the upcoming FISL conference in Brazil: http://fisl.softwarelivre.org/9.0/www/ One

Re: Patch to try out: floating point

2008-04-09 Fir de Conversatie Mikolaj Machowski
Dnia Wednesday 09 of April 2008, Bram Moolenaar napisał: Now the patch is attached, hopefully that works better. Thanks, this one is working. One bug: :echo 1.90+90 280,00 :echo 1.90-90 100,00 OK, but :echo 1.90*90 E806: using Float as a String E15: Illegal expression: 1.90*90

Re: Patch to try out: floating point

2008-04-09 Fir de Conversatie Mikolaj Machowski
Dnia Wednesday 09 of April 2008, Tony Mechelynck napisał: runtime/doc/eval.txt, line 40 is unchanged, there is: There are five types of variables: There should be: There are six types of variables: One more addition to eval.txt, line 5218 (:help type()): :if type(myvar) ==

Re: Patch to try out: floating point

2008-04-08 Fir de Conversatie Mikolaj Machowski
Dnia Tuesday 08 of April 2008, Bram Moolenaar napisał: I have been preparing a talk for the upcoming FISL conference in Brazil: http://fisl.softwarelivre.org/9.0/www/ One of the items I planned to discuss is why Vim has no floating point support. Well, this turned into actually implementing

Re: Patch to try out: floating point

2008-04-08 Fir de Conversatie Mikolaj Machowski
Dnia Wednesday 09 of April 2008, Mikolaj Machowski napisał: Feel free to suggest something better, but make sure it doesn't already mean something in any context in Vim script. Have fun with the patch! I thought immediately about 123;456 , looks like it doesn't create conflicts

Re: Patch to try out: floating point

2008-04-08 Fir de Conversatie Mikolaj Machowski
Dnia Wednesday 09 of April 2008, Tony Mechelynck napisał: On 08/04/08 23:57, Mikolaj Machowski wrote: [...] Couldn't apply: [EMAIL PROTECTED] ~/vim7 $ patch -p0 --dry-run float.diff patch: malformed patch at line 5:*E712* GNU patch 2.5.9 Any ideas

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie Mikolaj Machowski
Dnia Saturday 19 of January 2008, Ben Schmidt napisał: Tony Mechelynck wrote: Mikolaj Machowski wrote: Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up

Re: New features to vote on and sponsoring

2008-01-17 Fir de Conversatie Mikolaj Machowski
Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: Hello Vim users, I have added two items to vote on: - add collaborative editing: changes made to a file show up in another Vim in a second - add flexible tab stops, can be used for tables I'd like to see something simpler(?):

Re: Vim 7 performance notes

2007-10-03 Fir de Conversatie Mikolaj Machowski
Dnia środa 03 październik 2007, Bram Moolenaar napisał: So does the patch look like a good one to you? Or will I just live with it here locally? :) The patch looks OK to me. The big question is: how much performance do we gain? I repeated tests done in Feb. The same methodology. Vim