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: Internal error: hash_add()

2010-06-12 Fir de Conversatie Lech Lorens
On 09-Jun-2010 Peter Odding pe...@peterodding.com wrote: Bram Moolenaar wrote: Ah! when I do this on the Vim source tags file I can actually reproduce it! I'll put this in the todo list. [...] Since you mentioned you can reproduce the problem (and I just saw a mail by Lech Lorens stating the

Re: Internal error: hash_add()

2010-06-12 Fir de Conversatie Peter Odding
(forgot to CC vim_dev when replying to Lech Lorens :-S) Hi Lech, I looked into this internal error that I was able to reproduce and found out that it was caused by the fact that I messed up the tags file. Could it be that your tags file is malformed? More precisely: is it possible that when

Patch 7.2.443

2010-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.2.443 Problem:Using taglist() on a tag file with duplicate fields generates an internal error. (Peter Odding) Solution: Check for duplicate field names. Files: src/eval.c, src/proto/eval.pro, src/tag.c *** ../vim-7.2.442/src/eval.c 2010-05-28

Patch 7.2.444

2010-06-12 Fir de Conversatie Bram Moolenaar
Patch 7.2.444 (after 7.2.442) Problem:Can't build with GTK 1, gtk_selection_clear_targets() is not available. (Patrick Texier) Solution: Don't change the targets for GTK 1, set them once. Files: src/gui_gtk_x11.c, src/option.c *** ../vim-7.2.443/src/gui_gtk_x11.c

Link error in 7.3a tiny build

2010-06-12 Fir de Conversatie Tony Mechelynck
With the following config parameters: export CONF_OPT_X='--without-x' export CONF_OPT_GUI='--disable-gui' export CONF_OPT_FEAT='--with-features=tiny' export CONF_OPT_PERL='--disable-perlinterp' export CONF_OPT_PYTHON='--disable-pythoninterp' export CONF_OPT_TCL='--disable-tclinterp' export

Re: vim73 SEGV

2010-06-12 Fir de Conversatie Bram Moolenaar
SungHyun Nam wrote: hg changeset: 2255:0e27866cea99 VIM-7.3 BETA died with sequence below: vim newfile.sh :w :!chmod 0755 % :e I cannot reproduce it. Looks like a problem that was fixed in changeset 2253:772bfca06c18, but you should have that fix. Are you sure