From: Bram Moolenaar Date: Thu, 24 Jan 2019 21:23:58 +0000 (+0100) Subject: patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows X-Git-Tag: v8.1.0816 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=681b6bc86c8f60473854c0141935c07494528884;p=vim patch 8.1.0816: test for 'runtimepath' in session fails on MS-Windows Problem: Test for 'runtimepath' in session fails on MS-Windows. Solution: Skip the test for now. --- diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index 6797ad9ca..3698976ca 100644 --- a/src/testdir/test_mksession.vim +++ b/src/testdir/test_mksession.vim @@ -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, diff --git a/src/version.c b/src/version.c index d69c3cb0e..1cd591ffb 100644 --- a/src/version.c +++ b/src/version.c @@ -787,6 +787,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 816, /**/ 815, /**/