diff options
author | James McCoy <jamessan@jamessan.com> | 2017-01-01 21:26:51 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-01-02 07:11:01 -0500 |
commit | 27b5fa59f57130fc0396284a42a8f99d59dbecb6 (patch) | |
tree | 5bdb2fc3bcde0b24dde7105ca74776f032c4354f | |
parent | 67d57f6917df51cc910ad83e202dedd8a5651cda (diff) | |
download | rneovim-27b5fa59f57130fc0396284a42a8f99d59dbecb6.tar.gz rneovim-27b5fa59f57130fc0396284a42a8f99d59dbecb6.tar.bz2 rneovim-27b5fa59f57130fc0396284a42a8f99d59dbecb6.zip |
vim-patch:7.4.1656
Problem: Crash when using partial with a timer.
Solution: Increment partial reference count. (Hirohito Higashi)
https://github.com/vim/vim/commit/92e35efaf6a3278e4729115648997f09cd4005f5
The content of this was already applied in the partials PR, but no
commit mentioned the upstream patch.
-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 8526a94cc1..7da0572eb3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -786,7 +786,7 @@ static int included_patches[] = { // 1659 NA 1658, // 1657 NA - // 1656, + 1656, // 1655 NA 1654, // 1653 NA |