aboutsummaryrefslogtreecommitdiff
path: root/Command/VAdd.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/VAdd.hs')
-rw-r--r--Command/VAdd.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/VAdd.hs b/Command/VAdd.hs
index c94ce5722..800573732 100644
--- a/Command/VAdd.hs
+++ b/Command/VAdd.hs
@@ -23,7 +23,7 @@ seek = withWords start
start :: [String] -> CommandStart
start params = do
- showStart "vadd" ""
+ showStart' "vadd" Nothing
withCurrentView $ \view -> do
let (view', change) = refineView view $
map parseViewParam $ reverse params