Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash from invalid nvim_ui_pum_set_bounds args
Fixes #112, hopefully. My assumption here now is that because of the GTK+ bug causing the popup menu to close pre-emptively due to popup menu ownership changes - we may also be getting invalid coordinates when this happens, resulting in nvim being upset. So, let's try fixing this.
- Loading branch information