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

Ignore leading whitespaces when calculating 'begin' index

This commit is contained in:
Junegunn Choi
2016-01-14 01:32:03 +09:00
parent 23244bb410
commit 45143f9541
3 changed files with 68 additions and 2 deletions

View File

@@ -4,11 +4,12 @@ CHANGELOG
0.11.2
------
- `--tiebreak` now accepts comma-separated list of sort criteria.
- `--tiebreak` now accepts comma-separated list of sort criteria
- Each criterion should appear only once in the list
- `index` is only allowed at the end of the list
- `index` is implicitly appended to the list when not specified
- Default is `length` (or equivalently `length,index`)
- `begin` criterion will ignore leading whitespaces when calculating the index
0.11.1
------