diff options
author | Jacques Germishuys <jacquesg@striata.com> | 2020-08-30 14:43:12 +0100 |
---|---|---|
committer | Jacques Germishuys <jacquesg@striata.com> | 2020-09-03 09:57:59 +0100 |
commit | 8c6e96bb50f0341e8bdf659e8b1f4499a47cbc9f (patch) | |
tree | 455e50dd0522dd12bb7f24b4c9ae3da385241cd2 /runtime/doc/provider.txt | |
parent | dd33725802e8d8e51483183944a3151c1da83821 (diff) | |
download | rneovim-8c6e96bb50f0341e8bdf659e8b1f4499a47cbc9f.tar.gz rneovim-8c6e96bb50f0341e8bdf659e8b1f4499a47cbc9f.tar.bz2 rneovim-8c6e96bb50f0341e8bdf659e8b1f4499a47cbc9f.zip |
document that the perl legacy interface is now also supported
Diffstat (limited to 'runtime/doc/provider.txt')
-rw-r--r-- | runtime/doc/provider.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index 553294e014..c9efd6038e 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -129,9 +129,10 @@ To use the RVM "system" Ruby installation: > ============================================================================== Perl integration *provider-perl* -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. +Nvim supports Perl |remote-plugin|s on Unix platforms. Support for polling STDIN +on MS-Windows is currently lacking from all known event loop implementations. +The Vim legacy |perl-vim| interface is also supported (which is itself +implemented as a Nvim remote-plugin). https://github.com/jacquesg/p5-Neovim-Ext |