mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.2330
Problem: Coverity complains about not checking curwin to be NULL.
Solution: Use firstwin to avoid the warning.
030cddc7ec
This commit is contained in:
@@ -111,7 +111,7 @@ static int included_patches[] = {
|
||||
2333,
|
||||
// 2332 NA
|
||||
2331,
|
||||
// 2330,
|
||||
2330,
|
||||
2329,
|
||||
2328,
|
||||
// 2327 NA
|
||||
|
Reference in New Issue
Block a user