diff options
author | tv <tv@shackspace.de> | 2014-07-27 17:24:17 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2014-07-27 17:24:17 +0200 |
commit | a6b938977705042b5ca0ca9c3272f76f229f1a42 (patch) | |
tree | 9671fc855380f665a8b330e22dbb906b5c4a4caf /Buffer | |
parent | c3e9446f79998b78cfe47aec26baa148403d8dfa (diff) |
purge non-MotionCommand motion commands
Diffstat (limited to 'Buffer')
-rw-r--r-- | Buffer/Motion.hs | 1 |
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) = |