소스 검색

Fix regex for file extension

master
Arun Prakash Jana 5 년 전
부모
커밋
bc025ceb5a
No known key found for this signature in database GPG 키 ID: A75979F35C080412
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nnn.1

+ 1
- 1
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


불러오는 중...
취소
저장