diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2016-12-09 15:08:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 15:08:18 +0100 |
commit | 20995c79602ac8361a46d24a298130f83d4df035 (patch) | |
tree | e6da60d31c19d2ff5b0759cb1351fcac812e1b2d /src/nvim/api/vim.c | |
parent | ddfac951eab5d392eb0bc36748bc3d586203cc11 (diff) | |
download | rneovim-20995c79602ac8361a46d24a298130f83d4df035.tar.gz rneovim-20995c79602ac8361a46d24a298130f83d4df035.tar.bz2 rneovim-20995c79602ac8361a46d24a298130f83d4df035.zip |
Remove g:python{,3}_host_skip_check (#5738)
This option simplifies the configuration options:
1) `g:python{,3}_host_prog` is not set.
Neovim tries its best to find a suitable interpreter. This means calling
exepath(), potentially multiple times, and a system('python -c ...') with
the first found interpreter, to get the Python version.
2) `g:python{,3}_host_prog` is set.
Avoids everything of the above. No safety checks, no training wheels. Fast
host startup time!
Diffstat (limited to 'src/nvim/api/vim.c')
0 files changed, 0 insertions, 0 deletions