diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-24 20:22:56 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-06-24 21:43:03 -0400 |
commit | 406e9876b635660d692bc2e4d12b200d75b8df01 (patch) | |
tree | 624be7b625cd27c38cf321b02c9a4b600cb2c655 /runtime/doc/vim_diff.txt | |
parent | e8c82372ffb233938baa1b097e863fbc400bbd6d (diff) | |
download | rneovim-406e9876b635660d692bc2e4d12b200d75b8df01.tar.gz rneovim-406e9876b635660d692bc2e4d12b200d75b8df01.tar.bz2 rneovim-406e9876b635660d692bc2e4d12b200d75b8df01.zip |
doc: Various #2898
refs #2895
Helped-by: Bohr Shaw <pubohr@gmail.com>
Helped-by: Justin M. Keyes <justinkz@gmail.com>
[ci skip]
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ebee717456..19f56c4e18 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -94,16 +94,17 @@ Highlight groups: ============================================================================== 5. Missing legacy features *nvim-features-missing* + *if_ruby* *if_lua* *if_perl* *if_mzscheme* *if_tcl* These legacy Vim features may be implemented in the future, but they are not planned for the current milestone. - vim.bindeval() (new feature in Vim 7.4 Python interface) -- if_ruby -- if_lua -- if_perl -- if_mzscheme -- if_tcl +- |if_ruby| +- |if_lua| +- |if_perl| +- |if_mzscheme| +- |if_tcl| ============================================================================== 6. Removed features *nvim-features-removed* |