Re: Patch 7.1.235

2008-01-19 Fir de Conversatie Alexei Alexandrov
Bram Moolenaar wrote: > > Patch 7.1.235 > Problem:Pattern matching is slow when using a lot of simple patterns. > Solution: Avoid allocating memory by not freeing it when it's not so much. > (Alexei Alexandrov) > Files:src/regexp.c > Thanks a lot! You had to rework i

How to save a UTF-8 file on Windows using a non-ASCII name

2008-01-19 Fir de Conversatie Fan Decheng
Here I mean on the Windows platform, using Vim 6.4 or 7.1. I've encountered this problem several times, but don't know whether there is a solution: 1. Use gvim to open a file with Chinese characters in its name. For example: 测 试.txt . 2. Type ":set enc=utf-8" (without quotes). 3. Type ":e" to

Re: Vim doesn't clean up properly on exit under screen

2008-01-19 Fir de Conversatie Patrick Texier
On Sat, 19 Jan 2008 23:50:53 +0200, Jonne Lehtinen wrote: > when running vim under 256 colour (no idea if relevant) screen and > quitting (without saving), vim doesn't clear the colour it has used > (white in my case). But when quitting AND saving (:wq, duh) the prompt > colour will be changed ba

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie sc
On Saturday 19 January 2008 22:30, Matt Wozniski wrote: > On Jan 19, 2008 7:36 PM, Nico Weber wrote: > > >> Is this becoming a wishlist ? > > >> > > >> :b[dw][np] -- Delete/Wipe buffer and open > > >> : next/previous one w/o > > >> > > >> closing any > > >> tabs/windows > > >

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie Matt Wozniski
On Jan 19, 2008 7:36 PM, Nico Weber wrote: > > >> Is this becoming a wishlist ? > >> > >> :b[dw][np] -- Delete/Wipe buffer and open next/previous one > >> : w/o > >> > >> closing any > >> tabs/windows > > > > that's something i've wished for too -- i always figured it > > was

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie Nico Weber
>> Is this becoming a wishlist ? >> >> :b[dw][np] -- Delete/Wipe buffer and open next/previous one >> : w/o >> >> closing any >> tabs/windows > > that's something i've wished for too -- i always figured it > was my ignorance preventing me from deleting buffers without > closin

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie ap
On Jan 20, 12:02 am, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > ap wrote: > > On Jan 17, 10:07 pm, Mikolaj Machowski <[EMAIL PROTECTED]> wrote: > [...] > >> I'd like to see something simpler(?): better command line completion of > >> built-in commands. You can script user defined commands as y

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie ap
On Jan 19, 11:32 pm, sc <[EMAIL PROTECTED]> wrote: > On Saturday 19 January 2008 16:07, ap wrote: > > > > > On Jan 17, 10:07 pm, Mikolaj Machowski <[EMAIL PROTECTED]> > wrote: > > > Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: > > > > Hello Vim users, > > > > > I have added two item

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie Tony Mechelynck
ap wrote: > On Jan 17, 10:07 pm, Mikolaj Machowski <[EMAIL PROTECTED]> wrote: [...] >> I'd like to see something simpler(?): better command line completion of >> built-in commands. You can script user defined commands as you wish to >> perform all magic but completion of many built-in commands is

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie sc
On Saturday 19 January 2008 16:07, ap wrote: > On Jan 17, 10:07 pm, Mikolaj Machowski <[EMAIL PROTECTED]> wrote: > > Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: > > > Hello Vim users, > > > > > > I have added two items to vote on: > > > > > > - add collaborative editing: changes mad

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie ap
On Jan 17, 10:07 pm, Mikolaj Machowski <[EMAIL PROTECTED]> wrote: > Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: > > > Hello Vim users, > > > I have added two items to vote on: > > > - add collaborative editing: changes made to a file show up in another > > Vim in a second > > - a

Vim doesn't clean up properly on exit under screen

2008-01-19 Fir de Conversatie Jonne Lehtinen
Hello, when running vim under 256 colour (no idea if relevant) screen and quitting (without saving), vim doesn't clear the colour it has used (white in my case). But when quitting AND saving (:wq, duh) the prompt colour will be changed back to normal, I assume this is because the saving message s

Re: New features to vote on and sponsoring

2008-01-19 Fir de Conversatie Mikolaj Machowski
Dnia Saturday 19 of January 2008, Ben Schmidt napisał: > Tony Mechelynck wrote: > > Mikolaj Machowski wrote: > >> Dnia Thursday 17 of January 2008, Bram Moolenaar napisał: > >>> Hello Vim users, > >>> > >>> I have added two items to vote on: > >>> > >>> - add collaborative editing: changes made to

Patch 7.1.236

2008-01-19 Fir de Conversatie Bram Moolenaar
Patch 7.1.236 Problem:When using 'incsearch' and 'hlsearch' a complicated pattern may make Vim hang until CTRL-C is pressed. Solution: Add the 'redrawtime' option. Files: runtime/doc/options.txt, src/ex_cmds.c, src/ex_docmd.c, src/ex_getln.c, src/gui.c, src/misc