You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src/util
Junegunn Choi 4c9cab3f8a
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
4 years ago
..
atomicbool.go Reorganize source code 10 years ago
atomicbool_test.go Reorganize source code 10 years ago
chars.go Fix prefix/suffix/equal matcher to trim whitespaces 4 years ago
chars_test.go Avoid unconditionally storsing input as runes 7 years ago
eventbox.go Ignore EvtReadNew if EvtReadFin is already set 7 years ago
eventbox_test.go Reorganize source code 10 years ago
slab.go Revise ranking algorithm 8 years ago
util.go Defer resetting multi-selection on reload 5 years ago
util_test.go Defer resetting multi-selection on reload 5 years ago
util_unix.go Kill running preview process after 500ms when focus has changed 6 years ago
util_windows.go 0.17.5 6 years ago