commit | a161cb5dddd6d374899e46fde834ce9ba5c80c0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 30 19:09:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 30 19:09:35 2020 +0200 |
tree | 45f9bfe6baf3c6dc22c66effcd200f6aed4144e5 | |
parent | 8dbafd0790eeaf8743298cccdbc2a13be52517b9 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 6f83857..a04f4b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 665, +/**/ 664, /**/ 663,