diff options
author | Jacques Germishuys <jacquesg@striata.com> | 2020-08-30 14:36:29 +0100 |
---|---|---|
committer | Jacques Germishuys <jacquesg@striata.com> | 2020-08-30 17:19:05 +0100 |
commit | dd33725802e8d8e51483183944a3151c1da83821 (patch) | |
tree | 048b5410256f399ba0e34fd0346c6c575480035e | |
parent | 9bef25314e47c6c624c129ab8e7c0c21ec68b2cf (diff) | |
download | rneovim-dd33725802e8d8e51483183944a3151c1da83821.tar.gz rneovim-dd33725802e8d8e51483183944a3151c1da83821.tar.bz2 rneovim-dd33725802e8d8e51483183944a3151c1da83821.zip |
document that the perl provider doesn't currently work on Windows
-rw-r--r-- | runtime/doc/provider.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index 0a6cdc60e8..553294e014 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -129,7 +129,9 @@ To use the RVM "system" Ruby installation: > ============================================================================== Perl integration *provider-perl* -Nvim supports Perl |remote-plugin|s. +Nvim supports Perl |remote-plugin|s on non-Windows platforms. Support for +polling STDIN on Windows in lacking from all known event loop implementations +currently. https://github.com/jacquesg/p5-Neovim-Ext |