diff plugins/hghelp/hghelp.vim @ 9:17c557de03e0

Updated commit window Including vendor files in fuzy search
author Luka Sitas <lsitas@avatarasoftware.com>
date Tue, 18 Nov 2025 11:37:01 -0500
parents 9c80955f0c6e
children 027a85d0e60e
line wrap: on
line diff
--- a/plugins/hghelp/hghelp.vim	Fri Oct 31 14:24:31 2025 -0400
+++ b/plugins/hghelp/hghelp.vim	Tue Nov 18 11:37:01 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)