Expected behaviour
Title isn't wrapped. Popup width is increased to title width plus border edge on either side (vim's behaviour)
Actual behaviour
Title gets wrapped, breaking the border
Steps to reproduce
:lua require('popup').create('test', {line=30,col=30,title='test title',border={}})
