Problem: In the popup 'close' option-value completion check, a function
pointer (the address of close()) was passed as STRNCMP()'s
third argument instead of the string length.
Solution: Pass the length (close_len). (Shane Harper)
The user-visible effect was negligible: ":set completepopup=close:o<Tab>"
offered no completions instead of "on" and "off". The fix just corrects
obviously wrong code.
https://github.com/vim/vim/pull/20641
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()