spawn command when no completion is available (if alwaysHighlight is True); changes commandToComplete in Prompt/Shell to complete the whole word instead of using getLastWord

This commit is contained in:
c.lopez
2013-02-09 19:04:56 +00:00
parent a45d8d38a6
commit 34800741e5
2 changed files with 2 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ data Shell = Shell
instance XPrompt Shell where
showXPrompt Shell = "Run: "
completionToCommand _ = escape
commandToComplete _ c = c
shellPrompt :: XPConfig -> X ()
shellPrompt c = do