To: vim-dev@vim.org Subject: Patch 5.6.009 (extra) Fcc: outbox From: Bram Moolenaar ------------ [If you want the new gvimext.dll, you can find it at ftp://ftp.vim.org/pub/vim/patches/gvimext-5.6.009.dll (in a short while) ] Patch 5.6.009 (extra) Problem: Win32 GUI: Garbage in Windows Explorer help line when selecting "Edit with Vim" popup menu entry. Solution: Only return the help line when called with the GCS_HELPTEXT flag. (Tianmiao Hu) Files: GvimExt/gvimext.cpp *** ../vim-5.6.8/GvimExt/gvimext.cpp Wed Jan 12 12:38:21 2000 --- GvimExt/gvimext.cpp Tue Jan 25 12:56:52 2000 *************** *** 361,372 **** LPSTR pszName, UINT cchMax) { ! switch (idCmd) ! { ! case 0: ! lstrcpy(pszName, "Edits the selected file(s) with Vim"); ! break; ! } return NOERROR; } --- 361,368 ---- LPSTR pszName, UINT cchMax) { ! if (uFlags == GCS_HELPTEXT && cchMax > 35) ! lstrcpy(pszName, "Edits the selected file(s) with Vim"); return NOERROR; } *** ../vim-5.6.8/src/version.c Mon Jan 24 13:12:12 2000 --- src/version.c Tue Jan 25 12:41:24 2000 *************** *** 420,421 **** --- 420,423 ---- { /* Add new patch number below this line */ + /**/ + 9, /**/ -- A mathematician is a device for turning coffee into theorems. P. Erdos /-/-- Bram Moolenaar --- Bram@moolenaar.net --- http://www.moolenaar.net --\-\ \ \ Vim: http://www.vim.org ICCF Holland: http://www.vim.org/iccf / /