mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
provider: add Python 3.6 (#5886)
This commit is contained in:
committed by
Justin M. Keyes
parent
7a344c795f
commit
1fbee630a8
@@ -57,7 +57,8 @@ function! provider#pythonx#Detect(major_ver) abort
|
||||
if exists('g:python3_host_prog')
|
||||
return [g:python3_host_prog, '']
|
||||
else
|
||||
let progs = ['python3', 'python3.5', 'python3.4', 'python3.3', 'python']
|
||||
let progs = ['python3', 'python3.7', 'python3.6', 'python3.5',
|
||||
\ 'python3.4', 'python3.3', 'python']
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user