mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -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 | ||||
|  | ||||
| func Test_mksession_quote_in_filename() | ||||
|   if !has('unix') | ||||
|     " only Unix can handle this weird filename | ||||
|     return | ||||
|   endif | ||||
|   let v:errmsg = '' | ||||
|   %bwipe! | ||||
|   split another | ||||
|   | ||||
| @@ -791,6 +791,8 @@ static char *(features[]) = | ||||
|  | ||||
| static int included_patches[] = | ||||
| {   /* Add new patch number below this line */ | ||||
| /**/ | ||||
|     807, | ||||
| /**/ | ||||
|     806, | ||||
| /**/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user