mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Replace --normalize with --literal and enable normalization by default
Ref #790
This commit is contained in:
@@ -6,8 +6,9 @@ CHANGELOG
|
||||
- Added `--height HEIGHT[%]` option
|
||||
- Preview window will truncate long lines by default. Line wrap can be enabled
|
||||
by `:wrap` flag in `--preview-window`.
|
||||
- Added `--normalize` option to normalize latin script letters before
|
||||
matching. e.g. `sodanco` can match `Só Danço Samba`.
|
||||
- Latin script letters will be normalized before matching so that it's easier
|
||||
to match against accented letters. e.g. `sodanco` can match `Só Danço Samba`.
|
||||
- Normalization can be disabled via `--literal`
|
||||
|
||||
0.15.9
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user