aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Ennen <brcolow@users.noreply.github.com>2016-11-23 14:00:11 -0700
committerJustin M. Keyes <justinkz@gmail.com>2016-11-23 22:00:11 +0100
commita46fc0d7540316eedd454a344e66cb79bc1c1eed (patch)
treefbd396426b980da3b13acfa76affa3d0ea143d54 /src
parent5f0260808cf3712718555ee177476b8aefd78280 (diff)
downloadrneovim-a46fc0d7540316eedd454a344e66cb79bc1c1eed.tar.gz
rneovim-a46fc0d7540316eedd454a344e66cb79bc1c1eed.tar.bz2
rneovim-a46fc0d7540316eedd454a344e66cb79bc1c1eed.zip
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).
Diffstat (limited to 'src')
-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 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