diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-29 12:02:58 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 6c5dd6827f5d1347cdf90f8a2f76d6a732e93931 (patch) | |
tree | 7426721fcaf54e51bcd8b15c3a95a8f33ca17181 /src/nvim/version.c | |
parent | b42347da45933a2d1ed54e9ca65db37f50d3e8be (diff) | |
download | rneovim-6c5dd6827f5d1347cdf90f8a2f76d6a732e93931.tar.gz rneovim-6c5dd6827f5d1347cdf90f8a2f76d6a732e93931.tar.bz2 rneovim-6c5dd6827f5d1347cdf90f8a2f76d6a732e93931.zip |
vim-patch:7.4.1875
Problem: Comparing functions and partials doesn't work well.
Solution: Add tests. (Nikolai Pavlov) Compare the dict and arguments in the
partial.
https://github.com/vim/vim/commit/8e759ba8651428995b338b66c615367259f79766
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 f42000c6c0..4d17832638 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -565,7 +565,7 @@ static int included_patches[] = { // 1878 NA // 1877 NA // 1876, - // 1875, + 1875, // 1874 NA // 1873 NA // 1872 NA |