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:
Jan Edmund Lazo
2020-12-17 23:21:24 -05:00
parent ca2551bc9b
commit c60f7c2064

View File

@@ -223,9 +223,9 @@ endfunc
func Test_mksession_lcd_multiple_tabs() func Test_mksession_lcd_multiple_tabs()
tabnew tabnew
tabnew tabnew
lcd lcd .
tabfirst tabfirst
lcd lcd .
mksession! Xtest_mks.out mksession! Xtest_mks.out
tabonly tabonly
source Xtest_mks.out source Xtest_mks.out