diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-10-27 15:19:26 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 1945013eb7d6c37aa58486ceb74e04c79bb4a7b9 (patch) | |
tree | f04cea6e9f6fce6be19ded1ed4ad4f1599381831 /src/nvim/version.c | |
parent | bae31b764a5607fad5d914f271e93e10c2d0bfbe (diff) | |
download | rneovim-1945013eb7d6c37aa58486ceb74e04c79bb4a7b9.tar.gz rneovim-1945013eb7d6c37aa58486ceb74e04c79bb4a7b9.tar.bz2 rneovim-1945013eb7d6c37aa58486ceb74e04c79bb4a7b9.zip |
vim-patch:7.4.1638
Problem: When binding a function to a dict the reference count is wrong.
Solution: Decrement dict reference count, only reference the function when
actually making a copy. (Ken Takata)
https://github.com/vim/vim/commit/e4eb6ff089e79e659acf33c17dd0fda7177de526
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 6bf99ca410..14042a8d38 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -804,7 +804,7 @@ static int included_patches[] = { 1641, 1640, // 1639, - // 1638, + 1638, // 1637 NA // 1636 NA // 1635 NA |