mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 7.4.986
Problem: Test49 doesn't work on MS-Windows. test70 is listed twice. Solution: Move test49 to the group not used on Amiga and MS-Windows. Remove test70 from SCRIPTS_WIN32.
This commit is contained in:
@@ -127,7 +127,6 @@ SCRIPTS_ALL = \
|
|||||||
# Tests that run on most systems, but not on Amiga.
|
# Tests that run on most systems, but not on Amiga.
|
||||||
SCRIPTS_MORE1 = \
|
SCRIPTS_MORE1 = \
|
||||||
test11.out \
|
test11.out \
|
||||||
test49.out \
|
|
||||||
test52.out \
|
test52.out \
|
||||||
test85.out \
|
test85.out \
|
||||||
test86.out \
|
test86.out \
|
||||||
@@ -141,6 +140,7 @@ SCRIPTS_MORE2 = \
|
|||||||
test12.out \
|
test12.out \
|
||||||
test25.out \
|
test25.out \
|
||||||
test27.out \
|
test27.out \
|
||||||
|
test49.out \
|
||||||
test97.out
|
test97.out
|
||||||
|
|
||||||
|
|
||||||
@@ -163,7 +163,7 @@ SCRIPTS_MORE4 = \
|
|||||||
|
|
||||||
|
|
||||||
# Tests specifically for MS-Windows.
|
# Tests specifically for MS-Windows.
|
||||||
SCRIPTS_WIN32 = test50.out test70.out
|
SCRIPTS_WIN32 = test50.out
|
||||||
|
|
||||||
|
|
||||||
# Tests for the GUI.
|
# Tests for the GUI.
|
||||||
|
@@ -13,6 +13,7 @@ VIMPROG = ..\\vim
|
|||||||
# test12 can't unlink a swap file
|
# test12 can't unlink a swap file
|
||||||
# test25 uses symbolic link
|
# test25 uses symbolic link
|
||||||
# test27 can't edit file with "*" in file name
|
# test27 can't edit file with "*" in file name
|
||||||
|
# test49 fails in various ways
|
||||||
# test97 \{ and \$ are not escaped characters.
|
# test97 \{ and \$ are not escaped characters.
|
||||||
|
|
||||||
SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4)
|
SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4)
|
||||||
|
@@ -741,6 +741,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 */
|
||||||
|
/**/
|
||||||
|
986,
|
||||||
/**/
|
/**/
|
||||||
985,
|
985,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user