Explorar el Código

Fix regex for file extension

master
Arun Prakash Jana hace 5 años
padre
commit
bc025ceb5a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      nnn.1

+ 1
- 1
nnn.1 Ver fichero

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


Cargando…
Cancelar
Guardar