m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:36:58 -05:00

Replace --normalize with --literal and enable normalization by default

Ref #790
This commit is contained in:
Junegunn Choi
2017-01-15 13:22:09 +09:00
parent 03f5ef08c8
commit 4ecb7f3a16
4 changed files with 11 additions and 10 deletions

View File

@@ -48,9 +48,8 @@ Case-insensitive match (default: smart-case match)
.B "+i"
Case-sensitive match
.TP
.B "--normalize"
Normalize latin script letters before matching. This is not enabled by default
to avoid performance overhead.
.B "--literal"
Do not normalize latin script letters for matching.
.TP
.BI "--algo=" TYPE
Fuzzy matching algorithm (default: v2)