mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 23:31:51 +00:00
[RFC] fix: has('python') error (#17252)
* fix: has('python') error * fix: functional tests
This commit is contained in:
@@ -11004,10 +11004,7 @@ typval_T eval_call_provider(char *provider, char *method, list_T *arguments, boo
|
||||
bool eval_has_provider(const char *feat)
|
||||
{
|
||||
if (!strequal(feat, "clipboard")
|
||||
&& !strequal(feat, "python")
|
||||
&& !strequal(feat, "python3")
|
||||
&& !strequal(feat, "python_compiled")
|
||||
&& !strequal(feat, "python_dynamic")
|
||||
&& !strequal(feat, "python3_compiled")
|
||||
&& !strequal(feat, "python3_dynamic")
|
||||
&& !strequal(feat, "perl")
|
||||
|
Reference in New Issue
Block a user