diff options
author | Michael Ennen <brcolow@users.noreply.github.com> | 2016-11-23 14:00:11 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-11-23 22:00:11 +0100 |
commit | a46fc0d7540316eedd454a344e66cb79bc1c1eed (patch) | |
tree | fbd396426b980da3b13acfa76affa3d0ea143d54 /src | |
parent | 5f0260808cf3712718555ee177476b8aefd78280 (diff) | |
download | rneovim-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.c | 2 |
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 |