... I have put a remark in the todo list, I'll look into it later. Did you try profiling to find out where the time is wasted? -- DENNIS: Oh, very nice. King,...
Bram Moolenaar
Bram@...
Nov 16, 2009 12:12 am
55396
... I profiled with gprof using Vim-7.2.293 built with: -O0 -g -pg -DWE_ARE_PROFILING ... and executed the steps described earlier by Lech: $ vim -p eval.c...
Dominique Pellé
dominique.pelle@...
Nov 15, 2009 11:35 pm
55395
... Bram, do you have an opinion on the subject? -- Cheers, Lech --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Lech Lorens
lech.lorens@...
Nov 15, 2009 11:23 pm
55394
... Thanks! -- OLD WOMAN: King of the WHO? ARTHUR: The Britons. OLD WOMAN: Who are the Britons? "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES...
Bram Moolenaar
Bram@...
Nov 15, 2009 11:13 pm
55393
... Hi I just realize that there is a problem with your proposed patch: vim-tiny fails to compile. ops.c: In function ‘ex_display’: ops.c:3995: error:...
Dominique Pellé
dominique.pelle@...
Nov 15, 2009 12:44 am
55392
... Thanks! -- ARTHUR: Old woman! DENNIS: Man! ARTHUR: Man. I'm sorry. Old man, What knight live in that castle over there? DENNIS: I'm thirty-seven. "Monty...
Bram Moolenaar
Bram@...
Nov 14, 2009 12:54 pm
55391
Hi I can reproduce a memory leak with Vim-7.2.293 (and older). Steps to reproduce: 1/ Create the following minimalistic script: $ cat leak.vim function Foo() ...
... The bug Tim fixed was something I had been planning on taking a look at, so I'll definitely try out the patch soon and report back. Thanks for the patch,...
James Vega
jamessan@...
Nov 13, 2009 11:10 pm
55389
... I'm very glad to see someone is picking up a GTK problem. Hardly any work was done on GTK for a long time. I would appreciate it if a few people try this...
Bram Moolenaar
Bram@...
Nov 13, 2009 10:15 pm
55388
GtkFileChooser is disabled in gvim, because gvim exits gtk_main() level 1 every time an event is received, causing GTK to write to the disk excessively. ...
Tim Starling
tstarling@...
Nov 13, 2009 7:02 am
55387
gcc 4.5 unreleased contains a column number for the "In file included from" gcc 4.4 did not. errorformat does not skip over the first line. ...
Chris
indy2718@...
Nov 12, 2009 6:09 am
55386
... And being lazy too: you didn't include a patch! :-) -- ARTHUR: The swallow may fly south with the sun, or the house martin or the plover seek warmer hot...
Bram Moolenaar
Bram@...
Nov 11, 2009 9:56 pm
55385
... Thanks for checking the patch. Yes, the register written to is omitted from the list. I think that's somewhat better than listing a partly filled...
Bram Moolenaar
Bram@...
Nov 11, 2009 9:56 pm
55384
... Your patch is simpler (which is better) and I verified that it also avoids access to freed memory. My patch and your patch have different outcomes though. ...
Dominique Pellé
dominique.pelle@...
Nov 11, 2009 7:52 pm
55383
... Hi Above chunk in patch 7.2.286 still uses the equal sign after --startuptime whereas the rest of the patch replaced it with a space. Sorry for being...
Dominique Pellé
dominique.pelle@...
Nov 11, 2009 7:08 pm
55382
... This one didn't make it yet to the ftp server so I'm using the list-mail instead. Best regards, Tony. -- A [golf] ball sliced or hooked into the rough...
Tony Mechelynck
antoine.mechelynck@...
Nov 11, 2009 4:51 pm
55381
Patch 7.2.293 Problem: When setting 'comments' option it may be used in a wrong way. Solution: Don't increment after skipping over digets. (Yukihiro...
Bram Moolenaar
Bram@...
Nov 11, 2009 4:30 pm
55380
Patch 7.2.292 Problem: Block right-shift doesn't work properly with multi-byte encoding and 'list' set. Solution: Add the missing "else". (Lech Lorens) ...
Bram Moolenaar
Bram@...
Nov 11, 2009 4:23 pm
55379
Patch 7.2.291 Problem: Reading uninitialised memory in arabic mode. Solution: Use utfc_ptr2char_len() rather than utfc_ptr2char(). (Dominique Pelle) ...
Bram Moolenaar
Bram@...
Nov 11, 2009 4:13 pm
55378
Patch 7.2.290 Problem: Not freeing memory from ":lmap", ":xmap" and ":menutranslate". Solution: Free the memory when exiting. (Dominique Pelle) Files:...
Bram Moolenaar
Bram@...
Nov 11, 2009 4:02 pm
55377
... The patch introduces quite a bit of new code, copies text around and allocates memory. How about this solution instead: ... *************** ... } else yb =...
Patch 7.2.288 Problem: Python 2.6 pyconfig.h redefines macros. Solution: Undefine the macros before including pyconfig.h. Files: src/if_python.c ... ...
Bram Moolenaar
Bram@...
Nov 11, 2009 2:07 pm
55374
Patch 7.2.287 Problem: Warning from gcc 3.4 about uninitialized variable. Solution: Move assignment outside of #ifdef. Files: src/if_perl.xs ... ...
Bram Moolenaar
Bram@...
Nov 11, 2009 1:46 pm
55373
Patch 7.2.286 (after 7.2.269) Problem: The "--startuptime=<file>" argument is not consistent with other arguments. Solution: Use "--startuptime <file>"....
Bram Moolenaar
Bram@...
Nov 11, 2009 1:22 pm
55372
... I'll add temporarily in my source tree (but not in CVS), at the beginning of free_typebuf(): assert(typebuf.tb_buf != typebuf_init); ...
Dominique Pellé
dominique.pelle@...
Nov 11, 2009 12:26 pm
55371
Patch 7.2.285 (after 7.2.169) Problem: CTRL-U in Insert mode also deletes indent. (Andrey Voropaev) Solution: Fix mistake made in patch 7.2.169. Files:...
Bram Moolenaar
Bram@...
Nov 11, 2009 12:23 pm
55370
... Thanks for the fix. But it indeed doesn't solve the problem you encountered. The stack shows: a user defined Ex command: do_ucmd() calling a user defined...
Bram Moolenaar
Bram@...
Nov 11, 2009 11:56 am
55369
... Where does it say that ":find **/test.c" should work? It says ":n **/test.c" works, but that is not using 'path'. Nevertheless, there is a todo item: Patch...
Bram Moolenaar
Bram@...
Nov 11, 2009 11:56 am
55368
I would like to report some unexpected behaviour: 1. :set path+=~/dev/** 2. :find test.c works 1. :set path+=~/dev 2. :find **/test.c...