mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:8.1.0151: mksession test fails on MS-Windows
Problem:    Mksession test fails on MS-Windows.
Solution:   Always use an argument for :lcd.
81e2ac7bb6
			
			
This commit is contained in:
		@@ -223,9 +223,9 @@ endfunc
 | 
			
		||||
func Test_mksession_lcd_multiple_tabs()
 | 
			
		||||
  tabnew
 | 
			
		||||
  tabnew
 | 
			
		||||
  lcd
 | 
			
		||||
  lcd .
 | 
			
		||||
  tabfirst
 | 
			
		||||
  lcd
 | 
			
		||||
  lcd .
 | 
			
		||||
  mksession! Xtest_mks.out
 | 
			
		||||
  tabonly
 | 
			
		||||
  source Xtest_mks.out
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user