Re: Patch 7.3.152

2011-04-02 Fir de Conversatie Patrick Texier
Le Fri, 1 Apr 2011 19:58:35 +0200, Dominique Pellé wrote: Patch 7.3.152 introduces a compilation warning with gcc: Using bcc 5.5.1, I get: Warning W8065 xxd.c 842: Call to function 'die' with no prototype in function main. -- Patrick Texier -- You received this message from the vim_dev

[PATCH] compilation issue related to ctags

2011-04-02 Fir de Conversatie H Xu
Hello, The comment in configure.in says Exuberant ctags is preferred, but it doesn't check exctags command. On some systems, the binary of Exuberant ctags is default to exctags, such as my NetBSD, while ctags is the default ctags shipped with the operating system; so we also need to check

Re: Patch 7.3.152

2011-04-02 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Bram Moolenaar wrote: Patch 7.3.152 Problem:    Xxd does not check for errors from library functions. Solution:   Add error checks. (Florian Zumbiehl) Files:      src/xxd/xxd.c Hi Patch 7.3.152 introduces a compilation warning with gcc: xxd.c:691:

Patch 7.3.153

2011-04-02 Fir de Conversatie Bram Moolenaar
Patch 7.3.153 (after 7.3.152) Problem:Compiler warning for ambiguous else, missing prototype. Solution: Add braces. (Dominique Pelle) Add prototype for die(). Files: src/xxd/xxd.c *** ../vim-7.3.152/src/xxd/xxd.c2011-04-01 19:14:35.0 +0200 --- src/xxd/xxd.c

Re: Cannot compile tiny Vim after 7.3.147 to 7.3.152

2011-04-02 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: Cannot compile tiny Vim after 7.3.147 to 7.3.152 (Huge compile is OK). gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c syntax.c: In function ‘syn_add_group’: syntax.c:8999:32: error:

Re: Infinite loop in awk indentation

2011-04-02 Fir de Conversatie Bram Moolenaar
Philipp Edelmann wrote: Dear Vim developers, I noticed certain cases which cause Vim's indentation for awk to go into an infinite loop. The problem appears when there is a negative brace balance, i.e. more closing braces than opening braces. This can easily happen if one uses a regexp to

Re: [PATCH] compilation issue related to ctags

2011-04-02 Fir de Conversatie Bram Moolenaar
Hong Xu wrote: The comment in configure.in says Exuberant ctags is preferred, but it doesn't check exctags command. On some systems, the binary of Exuberant ctags is default to exctags, such as my NetBSD, while ctags is the default ctags shipped with the operating system; so we also need to

Patch 7.3.154

2011-04-02 Fir de Conversatie Bram Moolenaar
Patch 7.3.154 (after 7.3.148) Problem:Can't compile with tiny features. (Tony Mechelynck) Solution: Move #define outside of #ifdef. Files: src/syntax.c *** ../vim-7.3.153/src/syntax.c 2011-04-01 14:44:54.0 +0200 --- src/syntax.c2011-04-02 15:11:47.0 +0200

Re: Infinite loop in awk indentation

2011-04-02 Fir de Conversatie Philipp Edelmann
Dear Bram, On Sat, Apr 02, 2011 at 03:10:46PM +0200, Bram Moolenaar wrote: Have you tried contacting the author, Erik Janssen? No, I haven't. The history in the file shows only two entries back in 2002 and the repository shows no activity since the initial commit in 2004, so I figured there is

Re: Infinite loop in awk indentation

2011-04-02 Fir de Conversatie Bram Moolenaar
Philipp Edelmann wrote: On Sat, Apr 02, 2011 at 03:10:46PM +0200, Bram Moolenaar wrote: Have you tried contacting the author, Erik Janssen? No, I haven't. The history in the file shows only two entries back in 2002 and the repository shows no activity since the initial commit in 2004, so

lynx.vim

2011-04-02 Fir de Conversatie Thilo Six
Hello Doug Kearns, (vim-dev cc'ed) you are listed in lynx.vim as maintainer. Since lynx.vim has been lastly updated lynx has gained new features, therefor i have updated the listed keywords. Patch and updated lynx.vim attached. I appreciate your past contributions and i would also appreciate i

readline.vim

2011-04-02 Fir de Conversatie Thilo Six
Hello Nikolai Weibull, (vim-dev cc'ed) you are listed in readline.vim as maintainer. Since readline.vim has been lastly updated readline has gained new features, therefor i have updated the listed keywords. Patch and updated readline.vim attached. I appreciate your past contributions and i

xf86conf.vim

2011-04-02 Fir de Conversatie Thilo Six
Hello David Nečas, (vim-dev cc'ed) you are listed in xf86conf.vim as former maintainer. Since xf86conf.vim has been lastly updated X.org has gained new features, therefor i have updated the listed keywords. Patch and updated xf86conf.vim attached. I also would like to have a discussion about how

Re: vim v7.3.125 crashes when running a macro with a count in the thousands

2011-04-02 Fir de Conversatie Mun
Hi, On Thu, Mar 31, 2011 at 10:12 PM PDT, Dominique Pellé wrote: DP Mun wrote: DP DP Hi, DP DP My OS: Red Hat Enterprise Linux 5.6 DP My configure command: DP   configure --with-features=huge --enable-perlinterp --enable-pythoninterp --enable-gui DP DP I must apologize that I don't have

Re: Cannot compile tiny Vim after 7.3.147 to 7.3.152 (VERIFIED FIXED)

2011-04-02 Fir de Conversatie Tony Mechelynck
On 02/04/11 15:10, Bram Moolenaar wrote: Tony Mechelynck wrote: Cannot compile tiny Vim after 7.3.147 to 7.3.152 (Huge compile is OK). gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c syntax.c: In function