]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0665: wrongly assuming Python executable is called "python" v8.2.0665
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Apr 2020 17:09:35 +0000 (19:09 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Apr 2020 17:09:35 +0000 (19:09 +0200)
commita161cb5dddd6d374899e46fde834ce9ba5c80c0b
tree45f9bfe6baf3c6dc22c66effcd200f6aed4144e5
parent8dbafd0790eeaf8743298cccdbc2a13be52517b9
patch 8.2.0665: wrongly assuming Python executable is called "python"

Problem:    Wrongly assuming Python executable is called "python".
Solution:   Use detected python command. (Ken Takata, closes #6016)
            Also use CheckFunction if possible.
src/testdir/check.vim
src/testdir/test_terminal.vim
src/version.c