diff options
Diffstat (limited to 'src/nvim/os')
| -rw-r--r-- | src/nvim/os/provider.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nvim/os/provider.c b/src/nvim/os/provider.c index 967314eee4..9bd1c82569 100644 --- a/src/nvim/os/provider.c +++ b/src/nvim/os/provider.c @@ -31,6 +31,12 @@ static struct feature { size_t name_length; uint64_t channel_id; } features[] = { + FEATURE("python", + &p_ipy, + "python_execute", + "python_execute_file", + "python_do_range", + "python_eval") }; static Map(cstr_t, uint64_t) *registered_providers = NULL; |