diff options
author | Jacques Germishuys <jacquesg@striata.com> | 2020-08-29 22:12:10 +0100 |
---|---|---|
committer | Jacques Germishuys <jacquesg@striata.com> | 2020-08-30 17:19:05 +0100 |
commit | 9bef25314e47c6c624c129ab8e7c0c21ec68b2cf (patch) | |
tree | 20040c474d57b473795dc4c7e58ae5366711f7d6 /runtime/doc/vim_diff.txt | |
parent | c6648fe8820003a92e034e7717a86c1e0616ffb0 (diff) | |
download | rneovim-9bef25314e47c6c624c129ab8e7c0c21ec68b2cf.tar.gz rneovim-9bef25314e47c6c624c129ab8e7c0c21ec68b2cf.tar.bz2 rneovim-9bef25314e47c6c624c129ab8e7c0c21ec68b2cf.zip |
support for :perl, :perlfile, :perldo and perleval()
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a7e040bc93..eab4a02e02 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -407,7 +407,6 @@ Some legacy Vim features are not implemented: - |if_lua|: Nvim Lua API is not compatible with Vim's "if_lua" - *if_mzscheme* -- *if_perl* - |if_py|: *python-bindeval* *python-Function* are not supported - *if_tcl* |