From 18cb09e09513dc69a69578940873a455a303247b Mon Sep 17 00:00:00 2001 From: lonerover Date: Tue, 27 Dec 2016 00:25:59 +0800 Subject: vim-patch:7.4.1780 (#5828) Problem: Warnings reported by cppcheck. Solution: Fix the warnings. (Dominique Pelle) https://github.com/vim/vim/commit/dc633cf82758f67f656cda7fa8ccc30414ee53f8 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index ce103ec7dd..c9167bf8fb 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -660,7 +660,7 @@ static int included_patches[] = { // 1783, 1782, // 1781, - // 1780, + 1780, 1779, // 1778 NA // 1777 NA -- cgit