mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
patch 7.4.2365
Problem: Needless line break. Confusing directory name. Solution: Remove line break. Prepend "../" to "tools".
This commit is contained in:
2
Makefile
2
Makefile
@@ -140,7 +140,7 @@ MINOR = 4
|
|||||||
# > nmake -f Make_mvc.mak testclean
|
# > nmake -f Make_mvc.mak testclean
|
||||||
# > nmake -f Make_mvc.mak test
|
# > nmake -f Make_mvc.mak test
|
||||||
# - check the output.
|
# - check the output.
|
||||||
# - Rename (using tools/rename.bat):
|
# - Rename (using ../tools/rename.bat):
|
||||||
# vim.exe to vimw32.exe
|
# vim.exe to vimw32.exe
|
||||||
# tee/tee.exe to teew32.exe
|
# tee/tee.exe to teew32.exe
|
||||||
# xxd/xxd.exe to xxdw32.exe
|
# xxd/xxd.exe to xxdw32.exe
|
||||||
|
@@ -14493,4 +14493,9 @@ Problem: Sort test sometimes fails.
|
|||||||
Solution: Add it to the list of flaky tests.
|
Solution: Add it to the list of flaky tests.
|
||||||
Files: src/testdir/runtest.vim
|
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:
|
vim:tw=78:ts=8:ft=help:norl:
|
||||||
|
@@ -6099,8 +6099,7 @@ nv_up(cmdarg_T *cap)
|
|||||||
* cap->arg is TRUE for CR and "+": Move cursor to first non-blank.
|
* cap->arg is TRUE for CR and "+": Move cursor to first non-blank.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
nv_down(
|
nv_down(cmdarg_T *cap)
|
||||||
cmdarg_T *cap)
|
|
||||||
{
|
{
|
||||||
if (mod_mask & MOD_MASK_SHIFT)
|
if (mod_mask & MOD_MASK_SHIFT)
|
||||||
{
|
{
|
||||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2365,
|
||||||
/**/
|
/**/
|
||||||
2364,
|
2364,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user