Commit 7cb8a2ca authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing formatting

parent e86272af
......@@ -333,7 +333,7 @@ completePathFilter includeFile includeDirectory left right = GhcMonad.liftIO $ d
-- everything else. If we wanted to keep original order, we could instead use
-- filter (`elem` (dirs ++ files)) completions
suggestions <- mapM unDirExpand $ dirs ++ files
let isHidden str = isPrefixOf "." . last . split "/" $
let isHidden str = isPrefixOf "." . last . split "/" $
if "/" `isSuffixOf` str
then init str
else str
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment