summaryrefslogtreecommitdiff
path: root/src/testdir/test_modeline.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-23 17:35:55 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-23 17:35:55 +0200
commite09244ee3567d658c293fb1ae0d47a1a8be870ac (patch)
treeedbc9791337e26b682d310c73e5dc43587426919 /src/testdir/test_modeline.vim
parent7e800c6047c8a9cc3e5cbc019a4dc91ec36616b1 (diff)
downloadvim-git-e09244ee3567d658c293fb1ae0d47a1a8be870ac.tar.gz
patch 8.1.1368: modeline test fails with python but without pythonhomev8.1.1368
Problem: Modeline test fails with python but without pythonhome. Solution: Correct test argument.
Diffstat (limited to 'src/testdir/test_modeline.vim')
-rw-r--r--src/testdir/test_modeline.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_modeline.vim b/src/testdir/test_modeline.vim
index c3c624d26..fb3628b27 100644
--- a/src/testdir/test_modeline.vim
+++ b/src/testdir/test_modeline.vim
@@ -127,7 +127,7 @@ func Test_modeline_fails_always()
call s:modeline_fails('patchexpr', 'patchexpr=Something()', 'E520:')
call s:modeline_fails('printexpr', 'printexpr=Something()', 'E520:')
call s:modeline_fails('pythondll', 'pythondll=Something()', 'E520:')
- call s:modeline_fails('pythonhome', 'pythondll=Something()', 'E520:')
+ call s:modeline_fails('pythonhome', 'pythonhome=Something()', 'E520:')
call s:modeline_fails('pythonthreedll', 'pythonthreedll=Something()', 'E520:')
call s:modeline_fails('pythonthreehome', 'pythonthreehome=Something()', 'E520:')
call s:modeline_fails('pyxversion', 'pyxversion=Something()', 'E520:')