mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.1.1774: test is silently skipped
Problem: Test is silently skipped. Solution: Throw "Skipped".
This commit is contained in:
@@ -335,7 +335,7 @@ endfunc
|
|||||||
" Test for insert path completion with completeslash option
|
" Test for insert path completion with completeslash option
|
||||||
func Test_ins_completeslash()
|
func Test_ins_completeslash()
|
||||||
if !has('win32')
|
if !has('win32')
|
||||||
return
|
throw 'Skipped: only works on MS-Windows'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call mkdir('Xdir')
|
call mkdir('Xdir')
|
||||||
|
@@ -777,6 +777,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 */
|
||||||
|
/**/
|
||||||
|
1774,
|
||||||
/**/
|
/**/
|
||||||
1773,
|
1773,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user