patch 7.0.221

2007-03-27 Thread Bram Moolenaar
Patch 7.0.221 Problem:finddir() uses 'path' by default, where . means relative to the current file. But it works relative to the current directory. (Tye Zdrojewski) Solution: Add the current buffer name to find_file_in_path_option() for the relative file

patch 7.0.223

2007-03-27 Thread Bram Moolenaar
Patch 7.0.223 Problem:Unprintable characters in completion text mess up the popup menu. (Gombault Damien) Solution: Use strtrans() to make the text printable. Files: src/charset.c, src/popupmnu.c *** ../vim-7.0.222/src/charset.cTue Apr 18 00:04:40 2006 ---

Re: Experimental patch -- clipboardwatch for Win32

2007-03-27 Thread A.J.Mechelynck
Ken Hirsch wrote: Here is an experimental patch for a new feature for gvim on MS Windows. I'm glad to hear any feedback about the code or the feature itself. I've tried to follow the conventions in the vim source code. I call the feature ClipboardWatch. The new feature triggers an event

Re: patch 7.0.224

2007-03-27 Thread A.J.Mechelynck
Bram Moolenaar wrote: Patch 7.0.224 Problem:When expanding ## spaces are escaped twice. Solution: Don't escape the spaces that separate arguments. Files: src/eval.c, src/ex_docmd.c, src/proto/ex_docmd.pro [...] This patch failed to appear at ftp.vim.org. Patching from the .eml

Re: InsertEnter breaks cursor position.

2007-03-27 Thread Bram Moolenaar
Yukihiro Nakadaira wrote: I defined InsertEnter autocommand :autocmd InsertEnter * call setline(1, strftime(%c)) and started Insert mode at end of line with a or A. I expected 1 Tue Mar 27 20:00:00 2007 2 abc| (| is cursor) But cursor was moved before last character. 1

Re: patch 7.0.224

2007-03-27 Thread Bram Moolenaar
Tony Mechelynck wrote: Bram Moolenaar wrote: Patch 7.0.224 Problem:When expanding ## spaces are escaped twice. Solution: Don't escape the spaces that separate arguments. Files: src/eval.c, src/ex_docmd.c, src/proto/ex_docmd.pro [...] This patch failed to appear at

Re: patch 7.0.224

2007-03-27 Thread A.J.Mechelynck
Bram Moolenaar wrote: Tony Mechelynck wrote: [...] Patching from the .eml saved email succeeded after hand-converting from quoted-printable to 8bit -- not actually 8bit since the only things to convert were :%s/=3D/=/g :%s/=\n//g I'm still using text-only e-mail and don't