Skip to content

Commit

Permalink
Merge pull request #719 from skwuent/master
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
ethercrow committed Jan 12, 2015
2 parents 6ac1abc + ea53e1a commit aaa3c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/Yi/File.hs
Expand Up @@ -104,7 +104,7 @@ revertE =
viWrite :: YiM ()
viWrite =
withCurrentBuffer (gets file) >>= \case
Nothing -> errorEditor "no file name associate with buffer"
Nothing -> errorEditor "no file name associated with buffer"
Just f -> do
bufInfo <- withCurrentBuffer bufInfoB
let s = bufInfoFileName bufInfo
Expand Down

0 comments on commit aaa3c40

Please sign in to comment.