mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
Previously the incorrect regexp forced title to be a single letter because of using '+' instead of the '\+' regexp modifier. closes: #17321 Signed-off-by: Alexander Abrosimov <alexander.n.abrosimov@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>