summaryrefslogtreecommitdiff
path: root/Command/VFilter.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/VFilter.hs')
-rw-r--r--Command/VFilter.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/VFilter.hs b/Command/VFilter.hs
index 130e2550c..fa545cddd 100644
--- a/Command/VFilter.hs
+++ b/Command/VFilter.hs
@@ -21,7 +21,7 @@ seek = withWords start
start :: [String] -> CommandStart
start params = do
- showStart "vfilter" ""
+ showStart' "vfilter" Nothing
withCurrentView $ \view -> do
let view' = filterView view $
map parseViewParam $ reverse params