Re: Patch 7.2.262

2009-09-18 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: > Patch 7.2.262 > Problem:When using custom completion for a user command the pattern string > goes beyond the cursor position. (Hari Krishna Dara) > Solution: Truncate the string at the cursor position. > Files:src/ex_getln.c, src/structs.h > >

Patch 7.2.262

2009-09-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.262 Problem:When using custom completion for a user command the pattern string goes beyond the cursor position. (Hari Krishna Dara) Solution: Truncate the string at the cursor position. Files: src/ex_getln.c, src/structs.h *** ../vim-7.2.261/src/ex_getln.c

Patch 7.2.261

2009-09-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.261 Problem:When deleting lines with a specific folding configuration E38 may appear. (Shahaf) Solution: When adjusting nested folds for deleted lines take into account that they don't start at the top of the enclosing fold. Files: src/fold.c *** ../

Patch 7.2.260 (extra)

2009-09-18 Fir de Conversatie Bram Moolenaar
Patch 7.2.260 (extra part of 7.2.259) Problem:exists() doesn't work properly for empty aucmd group. Solution: Change how au_exists() handles a missing pattern. Also add a test for this. (Bob Hiestand) Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,

Re: Communication from a process to Vim

2009-09-18 Fir de Conversatie Bram Moolenaar
Sada Thok (Riri?) wrote: > Hi Bram,I am developing a collaborative plain text editor, and that would be > a collaborative Vim. Several people can edit the same file concurrently. > That would be very exciting, right? Several people have expressed the desire for this. However, it must be implem