diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2020-03-01 12:36:02 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2020-03-01 12:36:02 +0900 |
| commit | 4c9cab3f8ae7b55f7124d7c3cf7ac6b4cc3db210 (patch) | |
| tree | 4c0e59346708bfd82a15743d13a56480d245d45e /plugin | |
| parent | b2c0413a98e210cedd34fbe0f6ba051906da398f (diff) | |
| download | fzf-4c9cab3f8ae7b55f7124d7c3cf7ac6b4cc3db210.tar.gz | |
Fix prefix/suffix/equal matcher to trim whitespaces
- Prefix matcher will trim leading whitespaces only when the pattern
doesn't start with a whitespace
- Suffix matcher will trim trailing whitespaces only when the pattern
doesn't end with a whitespace
- Equal matcher will trim leading whitespaces only when the pattern
doesn't start with a whitespace, and trim trailing whitespaces only
when the pattern doesn't end with a whitespace
Previously, only suffix matcher would trim whitespaces unconditionally.
Fix #1894
Diffstat (limited to 'plugin')
0 files changed, 0 insertions, 0 deletions
