File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ MINOR = 4
140140# > nmake -f Make_mvc.mak testclean
141141# > nmake -f Make_mvc.mak test
142142# - check the output.
143- # - Rename (using tools/rename.bat):
143+ # - Rename (using ../ tools/rename.bat):
144144# vim.exe to vimw32.exe
145145# tee/tee.exe to teew32.exe
146146# xxd/xxd.exe to xxdw32.exe
Original file line number Diff line number Diff line change @@ -14493,4 +14493,9 @@ Problem: Sort test sometimes fails.
1449314493Solution: Add it to the list of flaky tests.
1449414494Files: src/testdir/runtest.vim
1449514495
14496+ Patch 7.4.2365
14497+ Problem: Needless line break. Confusing directory name.
14498+ Solution: Remove line break. Prepend "../" to "tools".
14499+ Files: Makefile, src/normal.c
14500+
1449614501 vim:tw=78:ts=8:ft=help:norl:
Original file line number Diff line number Diff line change @@ -6099,8 +6099,7 @@ nv_up(cmdarg_T *cap)
60996099 * cap->arg is TRUE for CR and "+": Move cursor to first non-blank.
61006100 */
61016101 static void
6102- nv_down (
6103- cmdarg_T * cap )
6102+ nv_down (cmdarg_T * cap )
61046103{
61056104 if (mod_mask & MOD_MASK_SHIFT )
61066105 {
Original file line number Diff line number Diff line change @@ -763,6 +763,8 @@ static char *(features[]) =
763763
764764static int included_patches [] =
765765{ /* Add new patch number below this line */
766+ /**/
767+ 2365 ,
766768/**/
767769 2364 ,
768770/**/
You can’t perform that action at this time.
0 commit comments