Skip to content

Commit 81e2ac7

Browse files
committed
patch 8.1.0151: mksession test fails on MS-Windows
Problem: Mksession test fails on MS-Windows. Solution: Always use an argument for :lcd.
1 parent fd34ceb commit 81e2ac7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/test_mksession.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ endfunc
165165
func Test_mksession_lcd_multiple_tabs()
166166
tabnew
167167
tabnew
168-
lcd
168+
lcd .
169169
tabfirst
170-
lcd
170+
lcd .
171171
mksession! Xtest_mks.out
172172
tabonly
173173
source Xtest_mks.out

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,8 @@ static char *(features[]) =
789789

790790
static int included_patches[] =
791791
{ /* Add new patch number below this line */
792+
/**/
793+
151,
792794
/**/
793795
150,
794796
/**/

0 commit comments

Comments
 (0)