0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -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:
Bram Moolenaar
2019-01-24 15:57:30 +01:00
parent fc3abf47fb
commit 9e79ccbe9c
2 changed files with 6 additions and 0 deletions

View File

@@ -427,6 +427,10 @@ func Test_mksession_no_errmsg()
endfunc
func Test_mksession_quote_in_filename()
if !has('unix')
" only Unix can handle this weird filename
return
endif
let v:errmsg = ''
%bwipe!
split another

View File

@@ -791,6 +791,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
807,
/**/
806,
/**/