mirror of
https://github.com/neovim/neovim.git
synced 2026-06-05 11:34:16 +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>