vim-haredoc

[vim] haredoc plugin
git clone https://git.torresjrjr.com/vim-haredoc.git
Log | Files | Refs | README | LICENSE

commit 72d59092d7d5f31e754f9e4db3ebb772b32a1a88
parent 2d8e6274ec7c9abc131cf258eeadae885e4e54f2
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed, 24 May 2023 21:03:27 +0100

add title to popup

TODO: New screenshot for README.

Diffstat:
Mplugin/haredoc.vim | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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,