Re: Missing files in rsync repository?

2008-06-28 Fir de Conversatie Ingo Karkat
On 28-Jun-08 4:53, Tony Mechelynck wrote: On 28/06/08 04:30, John Little wrote: Tony Mechelynck wrote: Is the following normal? snip rsync -avzcP --delete --exclude=/dos/ ftp.nluug.nl::Vim/runtime/ Tony, that --delete on your rsync command on your web site is, well, a bit aggressive. I

Re: Missing files in rsync repository?

2008-06-28 Fir de Conversatie Tony Mechelynck
On 28/06/08 08:08, Ingo Karkat wrote: On 28-Jun-08 4:53, Tony Mechelynck wrote: On 28/06/08 04:30, John Little wrote: Tony Mechelynck wrote: Is the following normal? snip rsync -avzcP --delete --exclude=/dos/ ftp.nluug.nl::Vim/runtime/ Tony, that --delete on your rsync command on your web

[patch] fixed access to uninitialized memory with truncated utf-8 sequence

2008-06-28 Fir de Conversatie Dominique Pelle
Hi, Valgrind memory checker detects the following access to uninitialized memory: ==15698== Conditional jump or move depends on uninitialised value(s) ==15698==at 0x811CC12: utfc_ptr2len (mbyte.c:1709) ==15698==by 0x805CB9F: str_foldcase (charset.c:493) ==15698==by 0x819AEDE:

Re: vim

2008-06-28 Fir de Conversatie François Ingelrest
Hi, On Sat, Jun 28, 2008 at 10:30, momodi [EMAIL PROTECTED] wrote: I download the src files of vim7.2a and run make install now my vim's version is 7.2a but my gvim's version is also 7.1 why? my OS: ubuntu 8.04 A possible explanation would be that you have compiled v7.2 without GUI

Re: vim

2008-06-28 Fir de Conversatie Tony Mechelynck
On 28/06/08 10:30, momodi wrote: I download the src files of vim7.2a and run make install now my vim's version is 7.2a but my gvim's version is also 7.1 why? my OS: ubuntu 8.04 You should have set configure parameters, then run make before make install. About why gvim version is

Format options in ftplugin/python.vim

2008-06-28 Fir de Conversatie Alexei Alexandrov
Hi, Currently file type script for Python doesn't set any text format options. This is not convenient - if 'textwidth' is set, Vim starts to wrap lines for code as you write it. Also, 'o' command in normal mode doesn't insert the comment leader automatically. Please add the following code to

Patch 7.2a.007

2008-06-28 Fir de Conversatie Bram Moolenaar
Patch 7.2a.007 Problem::let v = 1.2.3 was OK in Vim 7.1, now it gives an error. Solution: Don't look for a floating point number after the . operator. Files: src/eval.c *** ../vim-7.2a.006/src/eval.c Fri Jun 27 21:16:33 2008 --- src/eval.c Sat Jun 28 15:03:26 2008 ***

Patch 7.2a.008

2008-06-28 Fir de Conversatie Bram Moolenaar
Patch 7.2a.008 Problem:printf(%g, 1) doesn't work. Solution: Convert Number to Float when needed. Files: src/message.c *** ../vim-7.2a.007/src/message.c Tue Jun 24 22:25:07 2008 --- src/message.c Sat Jun 28 16:02:33 2008 *** *** 3905,3910 --- 3905,3912

Re: Patch 7.2a.001

2008-06-28 Fir de Conversatie Hisashi T Fujinaka
On Thu, 26 Jun 2008, Hisashi T Fujinaka wrote: On Thu, 26 Jun 2008, Tony Mechelynck wrote: On 26/06/08 22:18, Bram Moolenaar wrote: Patch 7.2a.001 Problem:On some systems X11/Xlib.h exists (from X11-dev package) but X11/Intrinsic.h does not (in Xt-dev package). This breaks