diff options
author | Jacques Germishuys <jacquesg@striata.com> | 2020-09-01 14:46:30 +0100 |
---|---|---|
committer | Jacques Germishuys <jacquesg@striata.com> | 2020-09-03 09:57:59 +0100 |
commit | 98dea93ba06860cd369cf151f0d5929ea24da445 (patch) | |
tree | ee9ec9f31d444ad388b204cb36fd6e30721e9f52 /runtime/doc | |
parent | d802658ebb033e3e492b11c641d2002e33965b29 (diff) | |
download | rneovim-98dea93ba06860cd369cf151f0d5929ea24da445.tar.gz rneovim-98dea93ba06860cd369cf151f0d5929ea24da445.tar.bz2 rneovim-98dea93ba06860cd369cf151f0d5929ea24da445.zip |
only perl 5.22+ is supported
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/provider.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index c9efd6038e..4b6ef7e75d 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -135,6 +135,7 @@ 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 +Note: Only perl versions from 5.22 onward are supported. PERL QUICKSTART~ |