mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
1aa68dffbf
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>