diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-11-05 07:26:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 23:26:33 +0000 |
commit | f5b84c1a44069af70a3f0c3330e7cc25b224ad93 (patch) | |
tree | 4a5ab3cce90de9b675c8a5057da0dcc9206efd31 /runtime/lua/vim/version.lua | |
parent | 079e5f4f9b67a5aa2c1b481ce78711bf8c76caea (diff) | |
download | rneovim-f5b84c1a44069af70a3f0c3330e7cc25b224ad93.tar.gz rneovim-f5b84c1a44069af70a3f0c3330e7cc25b224ad93.tar.bz2 rneovim-f5b84c1a44069af70a3f0c3330e7cc25b224ad93.zip |
vim-patch:9.1.0841: tests: still preferring python2 over python3 (#31083)
Problem: tests: still preferring python2 over python3
Solution: prefer Python 3 when picking a Python program in Vim tests,
by checking for the more specific python version first and
only when python3 not found, check for the python binary
(Yee Cheng Chin)
Most OSes have Python 3 mapped to `python3` instead of `python`. Vim
tests should prioritize using that instead of Python 2 in case that is
still installed on the host system.
closes: vim/vim#15986
https://github.com/vim/vim/commit/cef8ab2c75841cee1cd72266aa662fbe54fc0acc
Cherry-pick test changes from patch 8.2.{2824,4684}.
Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
Diffstat (limited to 'runtime/lua/vim/version.lua')
0 files changed, 0 insertions, 0 deletions