From a46fc0d7540316eedd454a344e66cb79bc1c1eed Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Wed, 23 Nov 2016 14:00:11 -0700 Subject: [PATCH] vim-patch:7.4.1928 (#5653) Problem: Overwriting pointer argument. Solution: Assign to what it points to. (Dominique Pelle) https://github.com/vim/vim/commit/76ae22fef3cb224ca7fbf97517f881e825d4d0c2 The typos corrected in the original vim patch are no long present in the neovim code base and the pointer assignment was done correctly in the porting of patch 1913 (where the changes were introduced). --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 8f3619f1e8..f7dacb17df 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -514,7 +514,7 @@ static int included_patches[] = { // 1931 NA // 1930 NA // 1929 NA - // 1928, + 1928, // 1927 NA // 1926 NA // 1925 NA