To: vim_dev@googlegroups.com Subject: Patch 7.4.2365 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.2365 Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools". Files: Makefile, src/normal.c *** ../vim-7.4.2364/Makefile 2016-09-06 22:06:31.317534196 +0200 --- Makefile 2016-09-06 22:51:30.614231758 +0200 *************** *** 140,146 **** # > nmake -f Make_mvc.mak testclean # > nmake -f Make_mvc.mak test # - check the output. ! # - Rename (using tools/rename.bat): # vim.exe to vimw32.exe # tee/tee.exe to teew32.exe # xxd/xxd.exe to xxdw32.exe --- 140,146 ---- # > nmake -f Make_mvc.mak testclean # > nmake -f Make_mvc.mak test # - check the output. ! # - Rename (using ../tools/rename.bat): # vim.exe to vimw32.exe # tee/tee.exe to teew32.exe # xxd/xxd.exe to xxdw32.exe *** ../vim-7.4.2364/src/normal.c 2016-09-08 23:35:27.022913833 +0200 --- src/normal.c 2016-09-11 16:52:37.820782598 +0200 *************** *** 6099,6106 **** * cap->arg is TRUE for CR and "+": Move cursor to first non-blank. */ static void ! nv_down( ! cmdarg_T *cap) { if (mod_mask & MOD_MASK_SHIFT) { --- 6099,6105 ---- * cap->arg is TRUE for CR and "+": Move cursor to first non-blank. */ static void ! nv_down(cmdarg_T *cap) { if (mod_mask & MOD_MASK_SHIFT) { *** ../vim-7.4.2364/src/version.c 2016-09-11 16:48:46.936005143 +0200 --- src/version.c 2016-09-12 12:19:43.520526438 +0200 *************** *** 765,766 **** --- 765,768 ---- { /* Add new patch number below this line */ + /**/ + 2365, /**/ -- hundred-and-one symptoms of being an internet addict: 240. You think Webster's Dictionary is a directory of WEB sites. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///