diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-07-10 14:16:12 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-07-10 14:16:12 -0400 |
commit | c7d84c5550a1ffa27c1b1c199fabbdb9247e5117 (patch) | |
tree | 2f99bfeb2482c63d01b9380982129dd0aca7468c /runtime/doc/vim_diff.txt | |
parent | 5573e1a350dd2df65e21ed48c14cf89f5e9c0e7a (diff) | |
parent | d3981fee217c2ac56b7659179df06ddced2377ca (diff) | |
download | rneovim-c7d84c5550a1ffa27c1b1c199fabbdb9247e5117.tar.gz rneovim-c7d84c5550a1ffa27c1b1c199fabbdb9247e5117.tar.bz2 rneovim-c7d84c5550a1ffa27c1b1c199fabbdb9247e5117.zip |
Merge #4980 'Support legacy `:ruby` commands'.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index e536ea873a..a5b1cbf9b1 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -202,13 +202,12 @@ Additional differences: ============================================================================== 5. Missing legacy features *nvim-features-missing* - *if_ruby* *if_lua* *if_perl* *if_mzscheme* *if_tcl* + *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| |