mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:7.4.1986
Problem: Compiler warns for loss of data.
Solution: Use size_t instead of int. (Christian Brabandt)
fef524bbff
Equivalent change had already been made when merging earlier pack
patches.
This commit is contained in:
@@ -458,7 +458,7 @@ static const int included_patches[] = {
|
||||
1989,
|
||||
// 1988 NA
|
||||
// 1987 NA
|
||||
// 1986,
|
||||
1986,
|
||||
// 1985 NA
|
||||
1984,
|
||||
// 1983 NA
|
||||
|
Reference in New Issue
Block a user