mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 18:28:19 +00:00

Problem: Clicking on window separator in statusline crashes Nvim due to out of bound memory access Solution: Check if the click location is within clicking range before applying it.