]> granicus.if.org Git - vim/commitdiff
patch 8.1.0151: mksession test fails on MS-Windows v8.1.0151
authorBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:44:08 +0000 (22:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 4 Jul 2018 20:44:08 +0000 (22:44 +0200)
Problem:    Mksession test fails on MS-Windows.
Solution:   Always use an argument for :lcd.

src/testdir/test_mksession.vim
src/version.c

index 49d89ecc9a3d6f6947eac3a60ac61228c51c192c..d9fe2c28d15be29a4b2b36a2ab1505f109ab1699 100644 (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
index 3f7eabedbc2a922a8696478ed4754a2f1897a1e9..92b6f0ac52a8160c8ae86bc5f29779e6154a34e9 100644 (file)
@@ -789,6 +789,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    151,
 /**/
     150,
 /**/