1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2020-04-30 19:09:35 +02:00
parent 8dbafd0790
commit a161cb5ddd
3 changed files with 23 additions and 15 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
665,
/**/
664,
/**/