Re: [patch] Persistent Undo

2009-02-23 Fir de Conversatie Andreas Bernauer
Hi Jordan, just my thoughts: Jordan Lewis wrote: 2. Added 'undofile'/'udf' option that toggles automatic undo file writing and reading. If a file's checksum changed since the last time it had an undo file written for it, Vim will silently (or loudly, with verbose 0) ignore the undo

Re: [PATCH] syntax/kconfig: color 'endmenu' keyword

2009-02-23 Fir de Conversatie Markus Heidelberg
Nikolai Weibull, 23.02.2009: On Sun, Feb 22, 2009 at 23:16, Bram Moolenaar b...@moolenaar.net wrote: Markus Heidelberg wrote: Bram, can you include this? I got no response from the maintainer. Hmm, Nikolai is usually responsive. Perhaps he just missed this message. I'll get to

PATCH: Change colors for Motif/Athena balloonexpr tooltip

2009-02-23 Fir de Conversatie Matt Wozniski
Motif and Athena recognize the 'ToolTip' highlight group, and will change the fonts and colors of the balloons popped up over toolbar entries. However, the colors aren't used for the balloons popped up as a result of a balloonexpr. This patch fixes that issue. ~Matt diff --git

Patch 7.2.125

2009-02-23 Fir de Conversatie Bram Moolenaar
Patch 7.2.125 Problem:Leaking memory when reading XPM bitmap for a sign. Solution: Don't allocate the memory twice. (Dominique Pelle) Files: src/gui_x11.c *** ../vim-7.2.124/src/gui_x11.cWed Nov 12 13:07:48 2008 --- src/gui_x11.c Sun Feb 22 21:58:19 2009

Patch 7.2.126

2009-02-23 Fir de Conversatie Bram Moolenaar
Patch 7.2.126 Problem:When EXITFREE is defined signs are not freed. Solution: Free all signs on exit. Also free keymaps. (Dominique Pelle) Files: src/misc2.c, src/ex_cmds.c, src/proto/ex_cmds.pro *** ../vim-7.2.125/src/misc2.c Thu Jan 22 21:31:24 2009 --- src/misc2.c Sun Feb 22

Patch 7.2.127

2009-02-23 Fir de Conversatie Bram Moolenaar
Patch 7.2.127 Problem:When listing mappings and a wrapping line causes the more prompt, after typing 'q' there can be another more prompt. (Markus Heidelberg) Solution: Set lines_left to allow more lines to be displayed. Files: src/message.c ***

Re: PATCH: Change colors for Motif/Athena balloonexpr tooltip

2009-02-23 Fir de Conversatie Bram Moolenaar
Matt Wozniski wrote: Motif and Athena recognize the 'ToolTip' highlight group, and will change the fonts and colors of the balloons popped up over toolbar entries. However, the colors aren't used for the balloons popped up as a result of a balloonexpr. This patch fixes that issue.