When in a subdirectory, and the file is too, it used to display eg
../subdir/thefile and now will display thefile.
start :: WhereUsedOptions -> (SeekInput, Key, ActionItem) -> CommandStart
start o (_, key, _) = startingCustomOutput key $ do
- fs <- filterM stillassociated
+ fs <- filterM stillassociated
+ =<< mapM (liftIO . relPathCwdToFile)
=<< mapM (fromRepo . fromTopFilePath)
=<< getAssociatedFiles key
forM_ fs $ display key . QuotedPath