aboutsummaryrefslogtreecommitdiff
path: root/Command/VCycle.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-18 21:02:27 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-18 21:09:25 -0400
commitd8cc840cc7fd9d543486b7a86426eb4bc444b5aa (patch)
treea524b4d7ff9c24e0839beec5546e4a4a40cf7166 /Command/VCycle.hs
parent935f5ed55b1ed9a218955fdd34cb40db3b1c9425 (diff)
fixed vpop
Diffstat (limited to 'Command/VCycle.hs')
-rw-r--r--Command/VCycle.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/VCycle.hs b/Command/VCycle.hs
index c1bee30b6..b41e099a4 100644
--- a/Command/VCycle.hs
+++ b/Command/VCycle.hs
@@ -27,6 +27,7 @@ start = go =<< currentView
where
go Nothing = error "Not in a view."
go (Just v) = do
+ showStart "vcycle" ""
let v' = v { viewComponents = vcycle [] (viewComponents v) }
if v == v'
then do