mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
provider: add Python 3.6 (#5886)
This commit is contained in:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user