diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-06-29 12:54:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-06-29 12:54:53 +0200 |
commit | db91395312a02527ed973c8376d8e26e5b63ff53 (patch) | |
tree | 90f069389936dc2f2c8eb9ae8885ed68d1c336fb /src/testdir/Make_os2.mak | |
parent | a7014df97532a4171276aa7e3b878e80e88e513c (diff) | |
download | vim-db91395312a02527ed973c8376d8e26e5b63ff53.zip |
updated for version 7.3.569
Problem: Evaluating Vim expression in Python is insufficient.
Solution: Add vim.bindeval(). Also add pyeval() and py3eval(). (ZyX)
Diffstat (limited to 'src/testdir/Make_os2.mak')
-rw-r--r-- | src/testdir/Make_os2.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index 64d853225..9a918d490 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -14,6 +14,7 @@ VIMPROG = ../vim.exe # test27 can't edit file with "*" in file name # test52 only for Win32 # test85 no Lua interface +# test86, 87 no Python interface SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test7.out test8.out test9.out \ |