Problem: Needless line break. Confusing directory name.
Solution: Remove line break. Prepend "../" to "tools".
# > nmake -f Make_mvc.mak testclean
# > nmake -f Make_mvc.mak test
# - check the output.
-# - Rename (using tools/rename.bat):
+# - Rename (using ../tools/rename.bat):
# vim.exe to vimw32.exe
# tee/tee.exe to teew32.exe
# xxd/xxd.exe to xxdw32.exe
Solution: Add it to the list of flaky tests.
Files: src/testdir/runtest.vim
+Patch 7.4.2365
+Problem: Needless line break. Confusing directory name.
+Solution: Remove line break. Prepend "../" to "tools".
+Files: Makefile, src/normal.c
+
vim:tw=78:ts=8:ft=help:norl:
* cap->arg is TRUE for CR and "+": Move cursor to first non-blank.
*/
static void
-nv_down(
- cmdarg_T *cap)
+nv_down(cmdarg_T *cap)
{
if (mod_mask & MOD_MASK_SHIFT)
{
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2365,
/**/
2364,
/**/