popup.nvim icon indicating copy to clipboard operation
popup.nvim copied to clipboard

Popup title is only drawn when a border is

Open bjdm opened this issue 5 years ago • 0 comments

Expected Behaviour

When creating a popup and providing a title for the options table but no border, a title is drawn above the contents

Actual Behaviour

Title isn't drawn at all

Steps to reproduce

:lua require('popup').create('test', {line=30, col=30, title='test title') Note: provided line and col offset to show title isn't being drawn outside of tabpage https://asciinema.org/a/aYruKQuEyFYNqhWXUs8Qo9Q4x

bjdm avatar Feb 27 '21 10:02 bjdm