From 72d59092d7d5f31e754f9e4db3ebb772b32a1a88 Mon Sep 17 00:00:00 2001 From: Byron Torres Date: Wed, 24 May 2023 21:03:27 +0100 Subject: add title to popup TODO: New screenshot for README. --- plugin/haredoc.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/haredoc.vim b/plugin/haredoc.vim index 219e770..e65b389 100644 --- a/plugin/haredoc.vim +++ b/plugin/haredoc.vim @@ -53,6 +53,7 @@ function Haredoc(symbol) let winid = popup_atcursor( \ buf, \ #{ + \ title: "[haredoc] "..symbol, \ col: 'cursor-'..virtcol('.'), \ minwidth: 84, \ minheight: minheight, -- cgit v1.2.3