* vim执行echo has(“python”) 命令,输出为0 * vim执行echo has(“python3”)命令, 输出为1 * 问题应该是neocomplete调用补全方法时,使用的是python2的文件,需要修改为python3.