mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
doc: provider-perl
Enable 'has("perl")' as an alias for 'g:loaded_perl_provider'. TODO: - +perl interface
This commit is contained in:
@@ -24611,6 +24611,7 @@ bool eval_has_provider(const char *feat)
|
||||
&& !strequal(feat, "python_dynamic")
|
||||
&& !strequal(feat, "python3_compiled")
|
||||
&& !strequal(feat, "python3_dynamic")
|
||||
&& !strequal(feat, "perl")
|
||||
&& !strequal(feat, "ruby")
|
||||
&& !strequal(feat, "node")) {
|
||||
// Avoid autoload for non-provider has() features.
|
||||
|
Reference in New Issue
Block a user