Many errors trying to make tiny build

2010-06-25 Fir de Conversatie Tony Mechelynck
With the following config arguments: 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 CONF_OP

confirm() documentation bug?

2010-06-25 Fir de Conversatie Peter Odding
Hi list, I'm still working on my session plug-in and while doing so I think I found a bug in the documentation for the confirm() function: The entry for confirm() says that the optional {type} argument only works in the Win32 GUI, but I just tried and it works fine in the GTK2 GUI :-) After

Re: Removing GTK1 from vim73

2010-06-25 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > Eyeball check of the diff corresponding to the latest changeset (Remove > GTK1) seems to indicate that at line 2991/old 2990/new of src/os_unix.c, > > # if defined(FEAT_X11) && (!defined(FEAT_GUI_GTK) || defined(HAVE_GTK2)) > > can be simplified to > > # ifdef FEAT_X1

Re: Possible bug in :mksession command?

2010-06-25 Fir de Conversatie Bram Moolenaar
Peter Odding wrote: > Hi list, > > I'm writing a Vim plug-in that's sort of like :mksession on steroids. > When I realized how difficult it would be to reproduce any given split > window lay-out in Vim script commands I decided to take the easy way out > and use :mksession since it does this

Possible bug in :mksession command?

2010-06-25 Fir de Conversatie Peter Odding
Hi list, I'm writing a Vim plug-in that's sort of like :mksession on steroids. When I realized how difficult it would be to reproduce any given split window lay-out in Vim script commands I decided to take the easy way out and use :mksession since it does this flawlessly already! But then I f

Re: hgcommit.vim

2010-06-25 Fir de Conversatie dlamotte
On Jun 3, 10:07 pm, dlamotte wrote: > JeffHorelickcontacted me via email and told me about attempting to > add my hgcommit.vim file to vim.  I think its a great idea. > > I did snatch the look and feel of the syntax/gitcommit.vim, but not > the actual code, simply the look and feel.  Not sure if t