mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00

Problem: Coverity complains about ignoring return value of win_split()
(after v9.1.150)
Solution: Check if win_split() failed, add winfixbuf.res to Makefile
af7ae81600
Co-authored-by: Christian Brabandt <cb@256bit.org>