Skip to content

Commit

Permalink
Warnings only
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 13, 2014
1 parent 15ab7ec commit 473dd56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions yi/src/library/Yi/Dired.hs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import GHC.Generics (Generic)
import Data.Foldable (find)
import Data.List hiding (find, maximum, concat)
import qualified Data.Map as M
import Data.Maybe
import Data.Monoid
import qualified Data.Text as T
import Data.Time
Expand Down Expand Up @@ -402,8 +401,8 @@ askDelFiles dir fs =
-- a deletion command is mapped to a list of deletions
-- wrapped up by DOConfirm
-- TODO: is `counting' necessary here?
let ops = opList <> [DOFeedback showResult]
procDiredOp True [DOConfirm prompt ops [DOFeedback showNothing]]
let ops' = opList <> [DOFeedback showResult]
procDiredOp True [DOConfirm prompt ops' [DOFeedback showNothing]]
-- no files listed
[] -> procDiredOp True [DOFeedback showNothing]
where
Expand Down
1 change: 0 additions & 1 deletion yi/src/library/Yi/Mode/IReader.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import Yi.Editor
import Yi.IReader
import Yi.Keymap
import Yi.Keymap.Keys
import Yi.Core
import Yi.Modes (anyExtension, fundamentalMode)

abstract :: Mode syntax
Expand Down

0 comments on commit 473dd56

Please sign in to comment.