mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.0807: session test fails on MS-Windows
Problem: Session test fails on MS-Windows. Solution: Don't try creating file with illegal name.
This commit is contained in:
@@ -427,6 +427,10 @@ func Test_mksession_no_errmsg()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_mksession_quote_in_filename()
|
func Test_mksession_quote_in_filename()
|
||||||
|
if !has('unix')
|
||||||
|
" only Unix can handle this weird filename
|
||||||
|
return
|
||||||
|
endif
|
||||||
let v:errmsg = ''
|
let v:errmsg = ''
|
||||||
%bwipe!
|
%bwipe!
|
||||||
split another
|
split another
|
||||||
|
@@ -791,6 +791,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 */
|
||||||
|
/**/
|
||||||
|
807,
|
||||||
/**/
|
/**/
|
||||||
806,
|
806,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user