diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-10-06 23:49:50 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-10-15 14:25:50 +0900 |
commit | 3bb388664d0c5ab365a4d8ea1e8efe2bd11cbb90 (patch) | |
tree | 3ee85d475341ae59166f2a4c341906faefd0a632 /src | |
parent | 79d77da8a06bf91a77cc96a1f1fba30bbd991a23 (diff) | |
download | rneovim-3bb388664d0c5ab365a4d8ea1e8efe2bd11cbb90.tar.gz rneovim-3bb388664d0c5ab365a4d8ea1e8efe2bd11cbb90.tar.bz2 rneovim-3bb388664d0c5ab365a4d8ea1e8efe2bd11cbb90.zip |
vim-patch:7.4.1565
Problem: Crash when assert_equal() runs into a NULL string.
Solution: Check for NULL. (Dominique) Add a test.
https://github.com/vim/vim/commit/f1551964448607f8222de2d8f0992ea43eb2fe67
Diffstat (limited to 'src')
-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 e6ef600f8c..399d19ae45 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -878,7 +878,7 @@ static int included_patches[] = { 1568, 1567, // 1566 NA - // 1565, + 1565, // 1564, // 1563, // 1562 NA |