mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:7.4.2028
Problem: cppcheck warns for using index before limits check.
Solution: Swap the expressions. (Dominique Pelle)
5498a41f5a
This commit is contained in:
@@ -412,7 +412,7 @@ static int included_patches[] = {
|
||||
// 2031,
|
||||
// 2030 NA
|
||||
// 2029,
|
||||
// 2028,
|
||||
2028,
|
||||
// 2027 NA
|
||||
// 2026 NA
|
||||
// 2025 NA
|
||||
|
Reference in New Issue
Block a user