mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +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))
|
if (cfg.fileinfo && ndents && get_output("file", "-b", pdents[cur].name, -1, FALSE, FALSE))
|
||||||
mvaddstr(xlines - 2, 2, g_buf);
|
mvaddstr(xlines - 2, 2, g_buf);
|
||||||
else {
|
else {
|
||||||
snprintf(info + i, REGEX_MAX - i - 1, " %s [/], %s [:]",
|
snprintf(info + i, REGEX_MAX - i - 1, " %s [/], %4s [:]",
|
||||||
(cfg.regex ? "reg" : "str"),
|
(cfg.regex ? "reg" : "str"),
|
||||||
((fnstrstr == &strcasestr) ? "ic" : "noic"));
|
((fnstrstr == &strcasestr) ? "ic" : "noic"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue