summaryrefslogtreecommitdiffstats
path: root/Buffer
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-07-27 17:24:17 +0200
committertv <tv@shackspace.de>2014-07-27 17:24:17 +0200
commita6b938977705042b5ca0ca9c3272f76f229f1a42 (patch)
tree9671fc855380f665a8b330e22dbb906b5c4a4caf /Buffer
parentc3e9446f79998b78cfe47aec26baa148403d8dfa (diff)
purge non-MotionCommand motion commands
Diffstat (limited to 'Buffer')
-rw-r--r--Buffer/Motion.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Buffer/Motion.hs b/Buffer/Motion.hs
index 3918e1b..9b275d4 100644
--- a/Buffer/Motion.hs
+++ b/Buffer/Motion.hs
@@ -21,6 +21,7 @@ data LeftRightMotion
| GotillFindRight Int Char
-- | RepeatLastFind Int
-- | RepeatLastFindReverse Int
+ deriving (Show)
-- TODO fail if cannot splitAt properly OR if we didn't modify the buffer
gotoLeft i (ls, rs) =