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
2020-03-01 12:36:02 +09:00
..
atomicbool_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
atomicbool.go Reorganize source code 2015-01-12 12:56:17 +09:00
chars_test.go Avoid unconditionally storsing input as runes 2017-07-20 02:44:30 +09:00
chars.go Fix prefix/suffix/equal matcher to trim whitespaces 2020-03-01 12:36:02 +09:00
eventbox_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
eventbox.go Ignore EvtReadNew if EvtReadFin is already set 2017-08-20 14:30:17 +09:00
slab.go Revise ranking algorithm 2016-09-18 14:34:46 +09:00
util_test.go Defer resetting multi-selection on reload 2019-12-09 21:32:58 +09:00
util_unix.go Kill running preview process after 500ms when focus has changed 2018-09-28 10:33:52 +09:00
util_windows.go 0.17.5 2018-10-07 01:46:29 +09:00
util.go Defer resetting multi-selection on reload 2019-12-09 21:32:58 +09:00