0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.1.0151: mksession test fails on MS-Windows

Problem:    Mksession test fails on MS-Windows.
Solution:   Always use an argument for :lcd.
This commit is contained in:
Bram Moolenaar 2018-07-04 22:44:08 +02:00
parent fd34cebe9a
commit 81e2ac7bb6
2 changed files with 4 additions and 2 deletions

View File

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

View File

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