comparison src/Makefile @ 10722:7598ce51bf2a v8.0.0251

patch 8.0.0251: not easy to select Python 2 or 3 commit https://github.com/vim/vim/commit/f42dd3c3901ea0ba38e67a616aea9953cae81b8d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 28 16:06:38 2017 +0100 patch 8.0.0251: not easy to select Python 2 or 3 Problem: It is not so easy to write a script that works with both Python 2 and Python 3, even when the Python code works with both. Solution: Add 'pyxversion', :pyx, etc. (Marc Weber, Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Jan 2017 16:15:04 +0100
parents 44a1661f4cfa
children ae1c6bf22e5f
comparison
equal deleted inserted replaced
10721:9177c4f6a229 10722:7598ce51bf2a
2149 test_paste \ 2149 test_paste \
2150 test_perl \ 2150 test_perl \
2151 test_popup \ 2151 test_popup \
2152 test_profile \ 2152 test_profile \
2153 test_put \ 2153 test_put \
2154 test_pyx2 \
2155 test_pyx3 \
2154 test_quickfix \ 2156 test_quickfix \
2155 test_regexp_latin \ 2157 test_regexp_latin \
2156 test_regexp_utf8 \ 2158 test_regexp_utf8 \
2157 test_reltime \ 2159 test_reltime \
2158 test_retab \ 2160 test_retab \
2752 ../../testdir/README.txt \ 2754 ../../testdir/README.txt \
2753 ../../testdir/*.in \ 2755 ../../testdir/*.in \
2754 ../../testdir/*.vim \ 2756 ../../testdir/*.vim \
2755 ../../testdir/*.py \ 2757 ../../testdir/*.py \
2756 ../../testdir/python* \ 2758 ../../testdir/python* \
2759 ../../testdir/pyxfile \
2757 ../../testdir/sautest \ 2760 ../../testdir/sautest \
2758 ../../testdir/samples \ 2761 ../../testdir/samples \
2759 ../../testdir/test83-tags? \ 2762 ../../testdir/test83-tags? \
2760 ../../testdir/*.ok . 2763 ../../testdir/*.ok .
2761 2764