aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorwatiko <service@mail.watiko.net>2016-02-15 14:17:35 +0900
committerJustin M. Keyes <justinkz@gmail.com>2016-02-22 00:51:13 -0500
commit2eb09c826d7afba38331b4001db709df9c633894 (patch)
treedf2cd5e62ef5c5f4f41c6d7c181f4f81c2095aa7 /src/nvim/version.c
parent2f98888db611891e4a814bd833dcbba42608b8cc (diff)
downloadrneovim-2eb09c826d7afba38331b4001db709df9c633894.tar.gz
rneovim-2eb09c826d7afba38331b4001db709df9c633894.tar.bz2
rneovim-2eb09c826d7afba38331b4001db709df9c633894.zip
vim-patch:7.4.878 #4258
Problem: Coverity error for clearing only one byte of struct. Solution: Clear the whole struct. (Dominique Pelle) https://github.com/vim/vim/commit/69b67f7e774dc212e8c97495ee81c601b8a89ac2
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index d0ccd7e6a5..3d299bbc8d 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -412,7 +412,7 @@ static int included_patches[] = {
881,
// 880 NA
879,
- // 878,
+ 878,
877,
// 876 NA
// 875 NA