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 | |
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.
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 | ||||
-rw-r--r-- | src/nvim/version.c | 2 |
2 files changed, 2 insertions, 2 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| diff --git a/src/nvim/version.c b/src/nvim/version.c index 4d17832638..7de0b508a3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -710,7 +710,7 @@ static int included_patches[] = { 1734, // 1733 NA 1732, - // 1731, + // 1731 NA 1730, // 1729 NA 1728, |