2022-11-27 vim 9.0.0950 vim Problem: The pattern "_s\zs" matches at EOL. Solution: Make the pattern "_s\zs" match at the start of the next line. (closes #11617) github.com