To: vim-dev@vim.org Subject: Patch 6.3b.023 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.3b.023 Problem: When "3dip" starts in an empty line, white lines after the non-white lines are not deleted. (Jens Paulus) Solution: Include the white lines. Files: src/search.c *** ../vim-6.3b.022/src/search.c Sun May 16 22:38:41 2004 --- src/search.c Wed Jun 2 11:08:23 2004 *************** *** 3546,3552 **** ++end_lnum; } ! if (i == 0 && white_in_front) break; /* --- 3555,3561 ---- ++end_lnum; } ! if (i == 0 && white_in_front && include) break; /* *** ../vim-6.3b.022/src/version.c Wed Jun 2 10:35:12 2004 --- src/version.c Wed Jun 2 11:13:16 2004 *************** *** 643,644 **** --- 643,646 ---- { /* Add new patch number below this line */ + /**/ + 23, /**/ -- How To Keep A Healthy Level Of Insanity: 14. Put mosquito netting around your work area. Play a tape of jungle sounds all day. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ Project leader for A-A-P -- http://www.A-A-P.org /// \\\ Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///