m/fzf
1
0
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:
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

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