diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-27 14:05:27 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 3213b28c01313c7f0e7e0e01f72a0fbfef85fa3e (patch) | |
tree | 63da27cc709c13e2d2afd4567680b6c24fdf9874 /src/nvim/version.c | |
parent | 5241ca7d7a8c3a08af8bbfbf7cca3381241a915b (diff) | |
download | rneovim-3213b28c01313c7f0e7e0e01f72a0fbfef85fa3e.tar.gz rneovim-3213b28c01313c7f0e7e0e01f72a0fbfef85fa3e.tar.bz2 rneovim-3213b28c01313c7f0e7e0e01f72a0fbfef85fa3e.zip |
vim-patch:7.4.1607
Problem: Comparing a function that exists on two dicts is not backwards
compatible. (Thinca)
Solution: Only compare the function, not what the partial adds.
https://github.com/vim/vim/commit/f0e86a0dbddc18568910e9e4aaae0cd88ca8087a
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index a3df79d0c3..442598c643 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -835,7 +835,7 @@ static int included_patches[] = { // 1610 NA // 1609 NA // 1608, - // 1607, + 1607, 1606, 1605, 1604, |