aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-26 21:41:01 +0100
committerGitHub <noreply@github.com>2019-01-26 21:41:01 +0100
commitd63b534f313326c79c7b9feaf51ca0d798dd65db (patch)
tree74589afd6caa2264fab7f543de1d2a510da9b558 /runtime/doc/vim_diff.txt
parent2132bbf9199bf019602584935965c495b1dc180b (diff)
parentcd64f5abd46e24509b8650f7ecfa30d3f0152b0e (diff)
downloadrneovim-d63b534f313326c79c7b9feaf51ca0d798dd65db.tar.gz
rneovim-d63b534f313326c79c7b9feaf51ca0d798dd65db.tar.bz2
rneovim-d63b534f313326c79c7b9feaf51ca0d798dd65db.zip
Merge #9478 from justinmk/doc
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index db856ceb65..0e6c682b5c 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -371,7 +371,7 @@ VimL (Vim script) compatibility:
Some legacy Vim features are not implemented:
-- |if_py|: vim.bindeval() and vim.Function() are not supported
+- |if_py|: *python-bindeval* *python-Function* are not supported
- |if_lua|: the `vim` object is missing some legacy methods
- *if_perl*
- *if_mzscheme*