From: Arun Prakash Jana Date: Mon, 9 Dec 2019 18:11:25 +0000 (+0530) Subject: Fix regex for file extension X-Git-Tag: v2.9~195 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=bc025ceb5aa434fe5c736298580ac29ba918778c;p=nnn.git Fix regex for file extension --- diff --git a/nnn.1 b/nnn.1 index cb0f2998..efe68641 100644 --- a/nnn.1 +++ b/nnn.1 @@ -141,7 +141,7 @@ Common use cases: (1) To list all matches starting with the filter expression, start the expression with a '^' (caret) symbol. .br -(2) Type '\\.mkv' to list all MKV files. +(2) Type '^.*\\.mkv' to list all MKV files. .br (3) Use '.*' to match any character (\fIsort of\fR fuzzy search). .Pp