aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_events.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/i_events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_events.go b/src/i_events.go
index 64260f1..95d086b 100644
--- a/src/i_events.go
+++ b/src/i_events.go
@@ -344,6 +344,7 @@ func i_events(data *HardData) {
for curr := data.ldirs.head; curr != nil; curr = curr.next {
if data.folds[curr] == nil {
i_fold_dir(data, curr)
+ // TODO: here
}
}
} else if event.Rune() == 'h' ||
@@ -367,7 +368,6 @@ func i_events(data *HardData) {
i_fold_dir(data, curr_new)
data.litems.curr = curr_new
break
- // TODO: here
} else {
if data.folds[curr_new.Dirs] ==
nil {