Re: About patch 7.1.282

2008-04-01 Fir de Conversatie Tony Mechelynck
char101 wrote: > Hi, > > I failed when patching vim with 7.1.282 > > running ..\newpatches\7.1.281 > patching file src/if_cscope.c > patching file src/version.c > running ..\newpatches\7.1.282 > patching file src/GvimExt/Makefile > patching file src/dosinst.c > patching file src/if_ole.cpp > patch

About patch 7.1.282

2008-04-01 Fir de Conversatie char101
Hi, I failed when patching vim with 7.1.282 running ..\newpatches\7.1.281 patching file src/if_cscope.c patching file src/version.c running ..\newpatches\7.1.282 patching file src/GvimExt/Makefile patching file src/dosinst.c patching file src/if_ole.cpp patching file src/if_ole.h Hunk #1 FAILED

Re: ANNC: mkvimball

2008-04-01 Fir de Conversatie Charles E Campbell Jr
[EMAIL PROTECTED] wrote: > Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > >> I've written a small C program, mkvimball, which generates vimballs; use >> it from the .vim/ directory. You may get a copy of it at: >> http://mysite.verizon.net/astronaut/src/index.html#MKVIMBALL . Its good >>

Re: ANNC: mkvimball

2008-04-01 Fir de Conversatie hermitte
Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > I've written a small C program, mkvimball, which generates vimballs; use > it from the .vim/ directory. You may get a copy of it at: > http://mysite.verizon.net/astronaut/src/index.html#MKVIMBALL . Its good > for use inside shell scripts, for ex

Patch 7.1.291

2008-04-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.291 (after 7.1.288) Problem:Compiler warning. Solution: Change 50 to 50L. Files: src/if_cscope.c *** ../vim-7.1.290/src/if_cscope.c Tue Apr 1 14:30:18 2008 --- src/if_cscope.c Tue Apr 1 20:56:02 2008 *** *** 2163,2169 waitpid_errno =

Re: ANNC: mkvimball

2008-04-01 Fir de Conversatie Charles E Campbell Jr
Fredrik Gustafsson wrote: > On Tue, Apr 01, 2008 at 02:24:58PM -0400, Charles E Campbell Jr wrote: > >> Hello! >> >> I've written a small C program, mkvimball, which generates vimballs; use >> it from the .vim/ directory. You may get a copy of it at: >> http://mysite.verizon.net/astronaut/s

Re: ANNC: mkvimball

2008-04-01 Fir de Conversatie Fredrik Gustafsson
On Tue, Apr 01, 2008 at 02:24:58PM -0400, Charles E Campbell Jr wrote: > > Hello! > > I've written a small C program, mkvimball, which generates vimballs; use > it from the .vim/ directory. You may get a copy of it at: > http://mysite.verizon.net/astronaut/src/index.html#MKVIMBALL . Its goo

ANNC: mkvimball

2008-04-01 Fir de Conversatie Charles E Campbell Jr
Hello! I've written a small C program, mkvimball, which generates vimballs; use it from the .vim/ directory. You may get a copy of it at: http://mysite.verizon.net/astronaut/src/index.html#MKVIMBALL . Its good for use inside shell scripts, for example. Regards, Chip Campbell --~--~--

GSoC: Buffer/Window/Tab Improvements

2008-04-01 Fir de Conversatie Mads N Noe
Hi, Realizing that Google has extended the deadline, I would like to hear what you think of my proposals for GSoC. Application follows: == Abstract == As Tabbed Document Interfaces (TDI) gain footing in browsers, editors and IDEs, people will become increasingly aware of the TDI support of Vim.

Patch 7.1.290

2008-04-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.290 Problem:Reading bytes that were not written when spell checking and a line has a very large indent. Solution: Don't copy the start of the next line when it only contains spaces. (Dominique Pelle) Files: src/spell.c *** ../vim-7.1.289/src/spell.c

Patch 7.1.289

2008-04-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.289 Problem:When EXITFREE is defined and 'acd' is set freed memory is used. (Dominique Pelle) Solution: Reset p_acd before freeing all buffers. Files: src/misc2.c *** ../vim-7.1.288/src/misc2.c Wed Feb 20 12:22:59 2008 --- src/misc2.c Wed Mar 26 21:02:57 2008 *

Patch 7.1.288

2008-04-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.288 (after 7.1.281) Problem:Cscope still leaves behind temp files when using gvim. Solution: When getting the ECHILD error loop for a while until cscope exits. (Dominique Pelle) Files: if_cscope.c *** ../vim-7.1.287/src/if_cscope.c Sun Mar 16 16:02:47 2008

Patch 7.1.287

2008-04-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.287 Problem:Crash when reversing a list after using it. (Andy Wokula) Solution: Update the pointer to the last used element. (Dominique Pelle) Files: src/eval.c *** ../vim-7.1.286/src/eval.c Thu Mar 20 13:22:47 2008 --- src/eval.c Tue Apr 1 12:36:41 2008 ***

Re: (patch) new regexp

2008-04-01 Fir de Conversatie Bram Moolenaar
Xiaozhou Liu wrote: > The attached patch represents the current status of my work on the new > NFA based regexp engine, from last summer's GSoC project, mentored by > Russ Cox. I have been using this new engine myself for quite some time > now, so I feel it's ready for a wider review audience. >

Re: bug/crash with lists and echo

2008-04-01 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: > On Sun, Mar 30, 2008 at 7:17 PM, Dominique Pelle > <[EMAIL PROTECTED]> wrote: > > > > On Sun, Mar 30, 2008 at 2:17 PM, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > > Andy Wokula wrote: > > > > > > > Strange bug and crash with :echo and lists, > > > > observed

Patch 7.1.286

2008-04-01 Fir de Conversatie Bram Moolenaar
Patch 7.1.286 (after 7.1.103) Problem:"w" at the end of the buffer moves the cursor past the end of the line. (Markus Heidelberg) Solution: Move the cursor back from the NUL when it was moved forward. Files: src/normal.c *** ../vim-7.1.285/src/normal.c Sat Jan 19 15:55:51

Re: (patch) new regexp

2008-04-01 Fir de Conversatie Xiaozhou Liu
This patch is against 7.1.236 or beyond. -Xiaozhou --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

RE: GSoC: Fixing Bugs

2008-04-01 Fir de Conversatie John Beckett
Christopher Berardi wrote: > Well, Google has extended the deadline by one week. So that > gives me time to perhaps improve my proposal. I haven't examined the GSOC terms so I can't advise anything specific. However, in general your proposal should mirror the GSOC documentation. For example, I i