mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 08:48:16 +00:00
test(old): remove python2 tests (#23547)
Because python2 provider is no longer supported.
This commit is contained in:
@@ -8654,7 +8654,7 @@ bool eval_has_provider(const char *feat)
|
||||
return false;
|
||||
}
|
||||
|
||||
char name[32]; // Normalized: "python_compiled" => "python".
|
||||
char name[32]; // Normalized: "python3_compiled" => "python3".
|
||||
snprintf(name, sizeof(name), "%s", feat);
|
||||
strchrsub(name, '_', '\0'); // Chop any "_xx" suffix.
|
||||
|
||||
|
Reference in New Issue
Block a user