diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-26 12:23:49 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 529482d6844474f6eab9feed5162008b652fd931 (patch) | |
tree | 804712cd068f0b12bd92307969f1b77b641cb86e /src/nvim/version.c | |
parent | f90551b0e67c1389cb91dfedbe9a111c677e67e2 (diff) | |
download | rneovim-529482d6844474f6eab9feed5162008b652fd931.tar.gz rneovim-529482d6844474f6eab9feed5162008b652fd931.tar.bz2 rneovim-529482d6844474f6eab9feed5162008b652fd931.zip |
vim-patch:7.4.1577
Problem: Cannot pass "dict.Myfunc" around as a partial.
Solution: Create a partial when expected.
https://github.com/vim/vim/commit/ab1fa3955f25dfdb7e329c3bd76e175c93c8cb5e
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 66adaaff1e..4de8296ccd 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -865,7 +865,7 @@ static int included_patches[] = { // 1580, // 1579 NA 1578, - // 1577, + 1577, 1576, // 1575 NA 1574, |