diff options
Diffstat (limited to 'Buffer/Motion.hs')
-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) = |