diff options
author | James McCoy <jamessan@jamessan.com> | 2017-03-06 12:14:39 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-03-06 15:36:09 -0500 |
commit | 4e3a2784ec3cb4ff79bd48f55a8edee817dec6e7 (patch) | |
tree | 89cbc731234cffd3981c2692928a20d7c0f0a8da /src/nvim/version.c | |
parent | 7217360e349ff787933d91b55efdfeb435eb45cb (diff) | |
download | rneovim-4e3a2784ec3cb4ff79bd48f55a8edee817dec6e7.tar.gz rneovim-4e3a2784ec3cb4ff79bd48f55a8edee817dec6e7.tar.bz2 rneovim-4e3a2784ec3cb4ff79bd48f55a8edee817dec6e7.zip |
vim-patch:7.4.2068
Problem: Not all arguments of trunc_string() are tested. Memory access
error when running the message tests.
Solution: Add another test case. (Yegappan Lakshmanan) Make it easy to run
unittests with valgrind. Fix the access error.
https://github.com/vim/vim/commit/b9644433d2728e99fab874e5e33147ad95d23a31
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 b755404a58..abd3b7dfc3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -372,7 +372,7 @@ static int included_patches[] = { 2071, // 2070 NA // 2069, - // 2068, + 2068, 2067, 2066, 2065, |