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 -- b...@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 /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.