diff options
Diffstat (limited to 'commands.c')
-rw-r--r-- | commands.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -218,11 +218,6 @@ bool cg_mark_range(arg_t _) { int i, from, to; - if (toggledidx < 0) - return true; - if (toggledidx == fileidx) - return true; - from = toggledidx; to = fileidx; if (fileidx < toggledidx) { |