diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-01-11 01:20:15 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-01-26 20:38:14 +0100 |
commit | c70c8b607f84611373969d3add2f6ef25e61078f (patch) | |
tree | c2a5fa4440d78edba5e9f3657b82d3634d284f18 /runtime/doc/vim_diff.txt | |
parent | ec5a4d862d71729569acf4afac4c371a09edc314 (diff) | |
download | rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.tar.gz rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.tar.bz2 rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.zip |
doc [ci skip] #9478
- Lua
- developer guidelines
- MAINTAIN.md
- TUI: cleanup
- TUI: mention Windows terminfo builtins
- cleanup if_pyth, redirect python-bindeval tag
Helped-by: Björn Linse <bjorn.linse@gmail.com>
Helped-by: erw7 <erw7.github@gmail.com>
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
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* |