diff options
Diffstat (limited to 'c_litems.go')
-rw-r--r-- | c_litems.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c_litems.go b/c_litems.go index 5640b5e..e1fef34 100644 --- a/c_litems.go +++ b/c_litems.go @@ -181,7 +181,6 @@ func (litems *ItemsList) inc(jump int) { return } litems.curr = new_item - // FIX: still will select the last } func (item *ItemsNode) folded_parents() bool { |