From 2d3a30edef0fde47f7e0ecf3b30031b653af12fe Mon Sep 17 00:00:00 2001 From: Jeremy Maitin-Shepard Date: Fri, 18 Jan 2008 02:11:17 -0500 Subject: [PATCH] minibuffer_read_shell_command: select the initial value by default --- modules/process.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/process.js b/modules/process.js index 4de89ba..7dd83bf 100644 --- a/modules/process.js +++ b/modules/process.js @@ -126,6 +126,7 @@ function minibuffer_read_shell_command(m) { return m.read($prompt = "Shell command:", $history = "shell-command", $auto_complete = "shell-command", + $select, forward_keywords(arguments), $completer = get_shell_command_completer()); } -- 2.11.4.GIT