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:
parent
fd34cebe9a
commit
81e2ac7bb6
@ -165,9 +165,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
|
||||||
|
@ -789,6 +789,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
151,
|
||||||
/**/
|
/**/
|
||||||
150,
|
150,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user