diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-28 12:38:36 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | c82dc7a6fd4987fee72320133579b008815b28d1 (patch) | |
tree | 26768dfc53a53eb1070d577cedb7459894feeab1 /src/nvim/version.c | |
parent | eb337c9949d679eeb9f0995963c639fdf7772fd4 (diff) | |
download | rneovim-c82dc7a6fd4987fee72320133579b008815b28d1.tar.gz rneovim-c82dc7a6fd4987fee72320133579b008815b28d1.tar.bz2 rneovim-c82dc7a6fd4987fee72320133579b008815b28d1.zip |
vim-patch:7.4.1836
Problem: When using a partial on a dictionary it always gets bound to that
dictionary.
Solution: Make a difference between binding a function to a dictionary
explicitly or automatically.
https://github.com/vim/vim/commit/1d429610bf9e99a6252be8abbc910d6667e4d1da
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index f091b12810..88c0185f57 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -604,9 +604,8 @@ static int included_patches[] = { // 1839, // 1838, // 1837, - // 1836, + 1836, 1835, - // 1834, 1833, 1832, 1831, |