Fix the OSC 8 hyperlink stripping regex in manpager plugin. \a in Vim's regex matches [A-Za-z], not the BEL character (0x07), which caused man page content to be incorrectly removed. Use \x07 / %x07 instead.
Closes #19794
https://github.com/vim/vim/pull/19806
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()