Re: Newly updated floating point patch

2008-06-24 Fir de Conversatie Bill McCarthy
On Mon 23-Jun-08 3:33pm -0600, Bram Moolenaar wrote: I get the feeling we are splitting hairs here. Anyway, current Vim does like the above. Except: :echo PG(-0.00123) -1.23e-3 I would prefer to see -0.00123, as Vim does now. You can now control the number of zeros you get

[Bug report] Crash on completion over unix user

2008-06-24 Fir de Conversatie Thibault Taillandier
Hi, I'm here to report a bug, i'll try to give as much information as i can think of, but i'm available to give more information about my version/platform. My platform : Ubuntu 8.04 Hardy i386 I filled in the :source $VIMRUNTIME/bugreport.vim and i generated this file :

Re: 'wildignore' bug

2008-06-24 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: On 20-Jun-08 18:34, Ingo Karkat wrote: On 20-Jun-08 17:59, Ben Fritz wrote: I have a script that creates files like this: file.ext - file.ext.ann_out.ext I don't want to see these files when I do filename completion, because they clutter up my wildmenu. For

Re: Print Generalized floating point display function PG()

2008-06-24 Fir de Conversatie Bill McCarthy
On Tue 24-Jun-08 2:05am -0600, Ben Schmidt wrote: Unfortunately, these technical system-dependent troubles add weight to the argument to just use printf in Vim rather than a specialised routine. Or something really simple, e.g. just use %.12g and remove zeros between the decimal place and

Re: [Bug report] Crash on completion over unix user

2008-06-24 Fir de Conversatie Tony Mechelynck
On 24/06/08 11:24, Dominique Pelle wrote: On Tue, Jun 24, 2008 at 8:48 AM, Thibault Taillandier wrote: Hi, I'm here to report a bug, i'll try to give as much information as i can think of, but i'm available to give more information about my version/platform. My platform : Ubuntu 8.04

Re: [Bug report] Crash on completion over unix user

2008-06-24 Fir de Conversatie Matt Wozniski
On Tue, Jun 24, 2008 at 2:48 AM, Thibault Taillandier wrote: How to reproduce the bug : - start vim (with an existing file or a new file) - type in this command: :vs ~ap - And press tab for auto-completion. - vim crashes with this message (my vim is in french): Vim: Signal mortel ABRT

Re: Print Generalized floating point display function PG()

2008-06-24 Fir de Conversatie Tony Mechelynck
On 24/06/08 16:49, Bill McCarthy wrote: [...] Hmm, I tried replacing: let x = a:x + 0.0 with let x = type(a:x) == type(0.0) ? a:x : a:x + 0.0 but that didn't printf() the -0. It works for me, but try multiplying by 1.0 instead -- this way, I believe you won't have to check the

[small bug] :set (no)bomb and tab labels

2008-06-24 Fir de Conversatie Patrick Texier
I'm using gVim 7.1.330 on Windows. Changing bomb value doesn't update tab label with + but only window title. gvim test :set fenc=utf-8 :set bomb isome textESC w :tab new gt :set nobomb And you get test + c:\ GVIM as window title but tab label (text or GUI) remains without + sign for a updated

Re: [small bug] :set (no)bomb and tab labels

2008-06-24 Fir de Conversatie Tony Mechelynck
On 24/06/08 17:29, Patrick Texier wrote: I'm using gVim 7.1.330 on Windows. Changing bomb value doesn't update tab label with + but only window title. gvim test :set fenc=utf-8 :set bomb isome textESC w :tab new gt :set nobomb And you get test + c:\ GVIM as window title but tab

Re: Vim version 7.2a ready for BETA testing

2008-06-24 Fir de Conversatie Christian MICHON
On Tue, Jun 24, 2008 at 10:38 PM, Bram Moolenaar [EMAIL PROTECTED] wrote: Announcing: Vim (Vi IMproved) version 7.2a BETA compiled successfully with uclibc-0.9.29 + gtk-1.2.10 on DetaolB. Test results: ALL DONE nice work! Thanks! -- Christian -- http://detaolb.sourceforge.net/, a linux

Re: Vim version 7.2a ready for BETA testing

2008-06-24 Fir de Conversatie Tony Mechelynck
On 24/06/08 22:38, Bram Moolenaar wrote: Hello Vim users, Announcing: Vim (Vi IMproved) version 7.2a BETA This is a BETA release of Vim 7.2. It consists of Vim 7.1 plus all patches, updated runtime files and some more. I expect this to be reasonable stable, since most of the patches

Re: Vim 7.2a in CVS

2008-06-24 Fir de Conversatie Tony Mechelynck
On 25/06/08 02:00, Bram Moolenaar wrote: There is something wrong with what CVS did to the files. Especially in runtime/tutor. Might take a day to sort out. Sigh. Why can't I just tell CVS that this is the tree of files I want to have in the repository? The .tar.bz2 / .tar.gz on the

Re: Vim 7.2a running!

2008-06-24 Fir de Conversatie Gary Johnson
On 2008-06-25, Tony Mechelynck [EMAIL PROTECTED] wrote: Yay! I got it installed. Ditto. I just finished installing it and successfully running make test on Red Hat Enterprise Linux WS release 4 Cygwin on Windows XP SunOS 5.8 Regards, Gary

Vim72a documentation error

2008-06-24 Fir de Conversatie Tony Mechelynck
I found a documentation error in Vim72a, see attachment. (I think it also applies to Vim 7.1, but there it's not as important since floating-point is not part of the standard sources.) Best regards, Tony. -- People think love is an emotion. Love is good sense. -- Ken Kesey

Re: Vim 7.2a in CVS

2008-06-24 Fir de Conversatie Christian MICHON
On Wed, Jun 25, 2008 at 2:00 AM, Bram Moolenaar [EMAIL PROTECTED] wrote: There is something wrong with what CVS did to the files. Especially in runtime/tutor. Might take a day to sort out. Sigh. Why can't I just tell CVS that this is the tree of files I want to have in the repository?