Procházet zdrojové kódy

Fix regex for file extension

master
Arun Prakash Jana před 5 roky
rodič
revize
bc025ceb5a
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      nnn.1

+ 1
- 1
nnn.1 Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit