summaryrefslogtreecommitdiff
path: root/Command/VCycle.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/VCycle.hs')
-rw-r--r--Command/VCycle.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/VCycle.hs b/Command/VCycle.hs
index b41e099a4..f7da47fa2 100644
--- a/Command/VCycle.hs
+++ b/Command/VCycle.hs
@@ -36,6 +36,6 @@ start = go =<< currentView
else next $ next $ checkoutViewBranch v' narrowView
vcycle rest (c:cs)
- | multiValue (viewFilter c) = rest ++ cs ++ [c]
+ | viewVisible c = rest ++ cs ++ [c]
| otherwise = vcycle (c:rest) cs
vcycle rest c = rest ++ c