Re: Proposal: syn-indent

2008-06-07 Thread Bram Moolenaar
Ben Fritz wrote: > I am a big fan of the ability to create folding right in the syntax > files. What better place to define folding based on the syntax of the > file, than right in the syntax file? I sometimes find myself wishing > that I could do the same thing to define _indentation_ based on

Re: Request For Feedback: "timeout per-mapping" wish, like :nnoremap lhs rhs

2008-06-07 Thread Bram Moolenaar
Yakov Lerner wrote: > I'd lile to hear people feedback about "timeout per-mapping" wish, like: > > :noremap XYZ .. > > I have certain mappings for which wish to define > smaller timeout that my usual keyboard timeout. > Does anybody have feedback ? This would be very difficult t

Re: [patch] fixed compilation warnings + memory leak + crash (lesstif)

2008-06-07 Thread Bram Moolenaar
Dominique Pelle wrote: > After installing libxt-dev lesstif2 lesstif2-dev libxpm-dev libxpm4, > I built Vim-7.1.311 ('huge' with Lesstif GUI) and found a couple of > minor issues: > > - compilation warnings in vim7/src/gui_motif.c > - crash when exiting Vim & gvim (only when built with -DEXITFR

Re: [patch] fixed compilation warnings + memory leak + crash (lesstif)

2008-06-07 Thread Dominique Pelle
On Sat, Jun 7, 2008 at 8:44 AM, Dominique Pelle wrote: > Attached: > - crash-os_unix.c.patch > - leak-os_unix.c.patch I built the gui-motif, gui-athena and gui-gtk2 on Linux x86 and the crash in os_unix.c only happens with gui-motif (I'm using LessTif). So instead of doing #if 0 as in my previou