From d8cc840cc7fd9d543486b7a86426eb4bc444b5aa Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Feb 2014 21:02:27 -0400 Subject: fixed vpop --- Command/VCycle.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Command/VCycle.hs') 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 -- cgit v1.2.3