mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
vim-patch:8.1.1368: modeline test fails with python but without pythonhome
Problem: Modeline test fails with python but without pythonhome.
Solution: Correct test argument.
e09244ee35
This commit is contained in:
parent
2db189f57c
commit
f9694de9f1
@ -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:')
|
||||
|
Loading…
Reference in New Issue
Block a user