diff options
| -rw-r--r-- | plugin/haredoc.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
