mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Fix double order chars on filter case match change
This commit is contained in:
parent
910763441d
commit
db7cb4da1e
|
@ -3152,7 +3152,7 @@ static void showfilterinfo(void)
|
|||
if (cfg.fileinfo && ndents && get_output("file", "-b", pdents[cur].name, -1, FALSE, FALSE))
|
||||
mvaddstr(xlines - 2, 2, g_buf);
|
||||
else {
|
||||
snprintf(info + i, REGEX_MAX - i - 1, " %s [/], %s [:]",
|
||||
snprintf(info + i, REGEX_MAX - i - 1, " %s [/], %4s [:]",
|
||||
(cfg.regex ? "reg" : "str"),
|
||||
((fnstrstr == &strcasestr) ? "ic" : "noic"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue