Skip to content

Commit

Permalink
patch 8.1.0151: mksession test fails on MS-Windows
Browse files Browse the repository at this point in the history
Problem:    Mksession test fails on MS-Windows.
Solution:   Always use an argument for :lcd.
  • Loading branch information
brammool committed Jul 4, 2018
1 parent fd34ceb commit 81e2ac7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/testdir/test_mksession.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
151,
/**/
150,
/**/
Expand Down

0 comments on commit 81e2ac7

Please sign in to comment.