Mercurial > vim
diff plugins/hghelp/hghelp.vim @ 12:08bdff1abb15
merging heads
| author | luka |
|---|---|
| date | Fri, 28 Nov 2025 08:46:48 -0500 |
| parents | 17c557de03e0 |
| children | 027a85d0e60e |
line wrap: on
line diff
--- a/plugins/hghelp/hghelp.vim Fri Nov 28 08:45:17 2025 -0500 +++ b/plugins/hghelp/hghelp.vim Fri Nov 28 08:46:48 2025 -0500 @@ -3,7 +3,7 @@ function PopupCommand(command) let buf = term_start(a:command, {'hidden': 1, 'term_finish': 'close'}) - let winid = popup_create(buf, {'minwidth': 50, 'minheight': 20}) + let winid = popup_create(buf, {'minwidth': 120, 'minheight': 28}) endfunction function ExecuteCommand(command)
