nnn.c | 2 +- diff --git a/nnn.c b/nnn.c index d874d35ae0dd5f89c3247aa58d009d375dc88e4d..f173fca6d2e12f8b1daa5c28dfa20eb5afd263e5 100644 --- a/nnn.c +++ b/nnn.c @@ -1055,7 +1055,7 @@ continue; } /* TAB breaks cursor position, ignore it */ - if (*ch == TAB || *ch == '\t') + if (*ch == '\t') continue; if (pos < buflen) {