]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix regex for file extension
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 9 Dec 2019 18:11:25 +0000 (23:41 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 9 Dec 2019 18:11:25 +0000 (23:41 +0530)
nnn.1

diff --git a/nnn.1 b/nnn.1
index cb0f29982d5234161c41e5b108d05182cbb0eaef..efe686414b2f639724dc632b94afdbfb89bdd70f 100644 (file)
--- 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