Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 25, 2014
1 parent 6ae986e commit fd428de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yi/src/library/Yi/Modes.hs
Expand Up @@ -77,7 +77,7 @@ fundamentalMode = emptyMode
case searchResults of
(declarationRegion : _) -> do
searchPoint <- return $ regionStart declarationRegion
if(currentWordBeginningPoint /= searchPoint)
if currentWordBeginningPoint /= searchPoint
then moveTo searchPoint
else moveTo currentPoint
[] -> moveTo currentPoint
Expand Down

0 comments on commit fd428de

Please sign in to comment.