mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 01:01:22 +00:00
clang: Result of operation is garbage or undefined clang: Uninitialized argument value Also check for == 's' instead of != 'n' as it is more straightforward. Also fix another unrelated PVS warning: PVS/V1071: Return value of win_comp_pos() is not always used