diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-11-03 12:09:22 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 2c4e92abea2244e033be0c7534685485cfb5ddc9 (patch) | |
tree | 695cca69507654c6eaeb0f7e6199910cb0e73a4a /runtime | |
parent | 6c5dd6827f5d1347cdf90f8a2f76d6a732e93931 (diff) | |
download | rneovim-2c4e92abea2244e033be0c7534685485cfb5ddc9.tar.gz rneovim-2c4e92abea2244e033be0c7534685485cfb5ddc9.tar.bz2 rneovim-2c4e92abea2244e033be0c7534685485cfb5ddc9.zip |
vim-patch:7.4.1731 Mark as NA
Leave a note in vim_diff.txt about it.
Diffstat (limited to 'runtime')
-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 7ccdfd2bdd..cdd616b6c1 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -235,7 +235,7 @@ Additional differences: 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_py|: vim.bindeval() and vim.Function() are not supported - |if_lua| - |if_perl| - |if_mzscheme| |