m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Smart match of accented characters

Fix #1618
This commit is contained in:
Junegunn Choi
2020-07-28 13:06:57 +09:00
parent aa5dae391b
commit f092e4038f
3 changed files with 21 additions and 3 deletions

View File

@@ -34,6 +34,10 @@ CHANGELOG
fzf --delimiter : --preview 'nl {1}' --preview-window +{2}-5
```
- Added support for ANSI colors in `--prompt` string
- Smart match of accented characters
- An unaccented character in the query string will match both accented and
unaccented characters, while an accented character will only match
accented characters. This is similar to how "smart-case" match works.
- Vim plugin
- `tmux` layout option for using fzf-tmux
```vim