Re: Convert dot command into macro

2007-10-19 Fir de Conversatie Alexei Alexandrov
Ben Schmidt wrote: ... I wonder what Bram thinks about including this functionality in standard Vim? I think it would be useful. What do others think? I would love to see this functionality in Vim. I miss it for very long time. It's very typical when you go through a number of files

Re: Wish: opposite to split() ...

2007-10-19 Fir de Conversatie ap
On Oct 18, 10:29 pm, Andy Wokula [EMAIL PROTECTED] wrote: Tony Mechelynck schrieb: Andy Wokula wrote: ... and I don't mean join(). I'd like to have a function like split(), except for it should collect all the _matches_ in a list. matchlist() would be a good name for it,

largest set of features that can be statically linked?

2007-10-19 Fir de Conversatie alessandro salvatori
Hello! I would like to build a statically linked vim binary, with as many features as possible. Apparently some features in normal that are not in small make it hard, if yet feasible, to statically link vim. I would be happy if can get most things in normal and yet link statically. Is there

Re: Wish: opposite to split() ...

2007-10-19 Fir de Conversatie Ben Schmidt
Still buggy: :echo SplitMatch(aba, .*) ['aba', ''] Looks OK to me. Maybe you wanted :echo SplitMatch(aba, '.\+') Ben. Send instant messages to your online friends http://au.messenger.yahoo.com --~--~-~--~~~---~--~~ You received this message

Re: largest set of features that can be statically linked?

2007-10-19 Fir de Conversatie Tony Mechelynck
alessandro salvatori wrote: Hello! I would like to build a statically linked vim binary, with as many features as possible. Apparently some features in normal that are not in small make it hard, if yet feasible, to statically link vim. I would be happy if can get most things in normal and

Patch 7.1.145

2007-10-19 Fir de Conversatie Bram Moolenaar
Patch 7.1.145 Problem:Insert mode completion: When using the popup menu, after completing a word and typing a non-word character Vim is still completing the same word, following CTRL-N doesn't work. Insert mode Completion: When using CTRL-X O and there is

Patch 7.1.141

2007-10-19 Fir de Conversatie Bram Moolenaar
Patch 7.1.141 Problem:GTK: -geom argument doesn't support a negative offset. Solution: Compute position from the right/lower corner. Files: src/gui_gtk_x11.c *** ../vim-7.1.140/src/gui_gtk_x11.cSat Sep 15 14:06:41 2007 --- src/gui_gtk_x11.c Mon Oct 8 21:26:50 2007

Patch 7.1.144

2007-10-19 Fir de Conversatie Bram Moolenaar
Patch 7.1.144 Problem:After :diffup cursor can be in the wrong position. Solution: Force recomputing the cursor position. Files: src/diff.c *** ../vim-7.1.143/src/diff.c Fri Oct 19 17:32:58 2007 --- src/diff.c Fri Oct 19 18:54:13 2007 *** *** 791,796 --- 791,799