]> granicus.if.org Git - vim/commitdiff
patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows v8.1.0816
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Jan 2019 21:23:58 +0000 (22:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Jan 2019 21:23:58 +0000 (22:23 +0100)
Problem:    Test for 'runtimepath' in session fails on MS-Windows.
Solution:   Skip the test for now.

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

index 6797ad9ca06791ba9267dcb5acf483bd36825dd8..3698976caa14617ee2a4c32224442a288408a52e 100644 (file)
@@ -127,6 +127,10 @@ func Test_mksession_large_winheight()
 endfunc
 
 func Test_mksession_rtp()
+  if has('win32')
+    " TODO: fix problem with backslashes
+    return
+  endif
   new
   let _rtp=&rtp
   " Make a real long (invalid) runtimepath value,
index d69c3cb0eee52339da9e11250e2ead8561c2abf2..1cd591ffb238d07c36be97c4f1da68677b75bd8d 100644 (file)
@@ -787,6 +787,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    816,
 /**/
     815,
 /**/