mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:7.4.1928 (#5653)
Problem: Overwriting pointer argument.
Solution: Assign to what it points to. (Dominique Pelle)
76ae22fef3
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).
This commit is contained in:
parent
5f0260808c
commit
a46fc0d754
@ -514,7 +514,7 @@ static int included_patches[] = {
|
||||
// 1931 NA
|
||||
// 1930 NA
|
||||
// 1929 NA
|
||||
// 1928,
|
||||
1928,
|
||||
// 1927 NA
|
||||
// 1926 NA
|
||||
// 1925 NA
|
||||
|
Loading…
Reference in New Issue
Block a user