Re: Problem by updating from 692 to 709

2012-10-21 Fir de Conversatie h_east
Hi, Bram and Cesar 2012/10/22(Mon) 9:28:21 UTC+9 Cesar: > I'm building vim on windows 7. > > By updating from 692 to 709 I got the following problem: > > If I open 'gvim -N -u NONE file' and I type something, say foo, and if I > > want to change a character, say f, to n using r in normal mode,

Re: Problem by updating from 692 to 709

2012-10-21 Fir de Conversatie Tony Mechelynck
On 22/10/12 02:27, Cesar Romani wrote: I'm building vim on windows 7. By updating from 692 to 709 I got the following problem: If I open 'gvim -N -u NONE file' and I type something, say foo, and if I want to change a character, say f, to n using r in normal mode, it doesn't work. I always get the

Problem by updating from 692 to 709

2012-10-21 Fir de Conversatie Cesar Romani
I'm building vim on windows 7. By updating from 692 to 709 I got the following problem: If I open 'gvim -N -u NONE file' and I type something, say foo, and if I want to change a character, say f, to n using r in normal mode, it doesn't work. I always get the same character. Many thanks in advance

Patch 7.3.709

2012-10-21 Fir de Conversatie Bram Moolenaar
Patch 7.3.709 Problem:Compiler warning for unused argument. Solution: Add UNUSED. Files: src/eval.c *** ../vim-7.3.708/src/eval.c 2012-10-21 02:17:28.0 +0200 --- src/eval.c 2012-10-21 23:53:32.0 +0200 *** *** 16664,16670 */ static void f_

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Ike Devolder
On Sunday, October 21, 2012 09:25:54 PM Bram Moolenaar wrote: > Ike Devolder wrote: > > On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: > > > Patch 7.3.697 > > > Problem:Leaking resources when setting GUI font. > > > Solution: Free the font. (Ken Takata) > > > Files: src/sy

Patch 7.3.708

2012-10-21 Fir de Conversatie Bram Moolenaar
Patch 7.3.708 Problem:Filler lines above the first line may be hidden when opening Vim. Solution: Change how topfill is computed. (Christian Brabandt) Files: src/diff.c, src/testdir/test47.in, src/testdir/test47.ok *** ../vim-7.3.707/src/diff.c 2012-05-18 18:47:11.0 +0200 --

Patch 7.3.706

2012-10-21 Fir de Conversatie Bram Moolenaar
Patch 7.3.706 (after 7.3.697) Problem:Can't build Motif version. Solution: Fix wrongly named variable. (Ike Devolder) Files: src/syntax.c *** ../vim-7.3.705/src/syntax.c 2012-10-21 01:40:24.0 +0200 --- src/syntax.c2012-10-21 21:22:46.0 +0200 *** ***

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Bram Moolenaar
Ike Devolder wrote: > On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: > > Patch 7.3.697 > > Problem:Leaking resources when setting GUI font. > > Solution: Free the font. (Ken Takata) > > Files: src/syntax.c > > > > > > *** ../vim-7.3.696/src/syntax.c 2012-07-19 17:3

Patch 7.3.707

2012-10-21 Fir de Conversatie Bram Moolenaar
Patch 7.3.707 (after 7.3.701) Problem:Problems loading a library for a file name with non-latin characters. Solution: Use wide system functions when possible. (Ken Takata) Files: src/os_win32.c, src/os_win32.h *** ../vim-7.3.706/src/os_win32.c 2012-10-21 02:37:02.000

Re: Issue 84 in vim: [PATCH] Missing "the" in documentation.

2012-10-21 Fir de Conversatie vim
Comment #6 on issue 84 by antoine@gmail.com: [PATCH] Missing "the" in documentation. http://code.google.com/p/vim/issues/detail?id=84 In reply to comment 4: Bram does use Mercurial for individual runtime files, only he uses a private Vim repository on his hard disk. From time to time (a

Re: Issue 84 in vim: [PATCH] Missing "the" in documentation.

2012-10-21 Fir de Conversatie vim
Comment #5 on issue 84 by antoine@gmail.com: [PATCH] Missing "the" in documentation. http://code.google.com/p/vim/issues/detail?id=84 In reply to comment 4: Bram does use Mercurial for individual runtime files, only he uses a private Vim repository on his hard disk. From time to time (a

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Elimar Riesebieter
* Ike Devolder [2012-10-21 12:47 +0200]: > On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: [...] > the attached patch fixes the problem Confirmed Elimar -- The path to source is always uphill! -unknown- -- You received this message from the "

Re: Issue 87 in vim: Patch for /runtime/autoload/syntaxcomplete.vim

2012-10-21 Fir de Conversatie Andy Wokula
Am 21.10.2012 04:36, schrieb David Fishburn:>> /runtime/autoload/syntaxcomplete.vim I am the maintainer of this file. I don't really see why this is necessary. :call search('-') works as does :call search(escape('-', '\')) Can someone explain why is it necessary? #v+ " Escape special r

Re: Issue 84 in vim: [PATCH] Missing "the" in documentation.

2012-10-21 Fir de Conversatie vim
Comment #4 on issue 84 by shlo...@gmail.com: [PATCH] Missing "the" in documentation. http://code.google.com/p/vim/issues/detail?id=84 Bram: OK, I see. Seems like there was a communication problem. Maybe include a standard blurb explaining all this when closing this bug in the future (and

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Joachim Schmitz
Ike Devolder wrote: On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: Patch 7.3.697 Problem:Leaking resources when setting GUI font. Solution: Free the font. (Ken Takata) Files: src/syntax.c *** ../vim-7.3.696/src/syntax.c 2012-07-19 17:39:01.0 +0200 --- src/synt

Re: Patch 7.3.697

2012-10-21 Fir de Conversatie Ike Devolder
On Sunday, October 21, 2012 01:40:45 AM Bram Moolenaar wrote: > Patch 7.3.697 > Problem:Leaking resources when setting GUI font. > Solution: Free the font. (Ken Takata) > Files: src/syntax.c > > > *** ../vim-7.3.696/src/syntax.c 2012-07-19 17:39:01.0 +0200 > --- src/synta