summaryrefslogtreecommitdiff
path: root/src/util/util_test.go
AgeCommit message (Collapse)Author
2024-06-22Make transform*, --info-command, and execute-silent cancellableJunegunn Choi
Users can press CTRL-C after 1 second to terminate the command. Close #3883
2024-05-23Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or laterJunegunn Choi
2024-01-19Handle ambiguous emoji widthJunegunn Choi
Fix #3588
2023-09-01Fix center-alignment of border/preview labelJunegunn Choi
Fix #3421
2023-02-23Add spell check workflow (#3183)Zhizhen He
2023-01-23Make test case pass on 32-bit platformsJunegunn Choi
Close #3127
2022-11-27Add more util tests (#3062)OHZEKI Naoki
Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
2022-03-29Add --ellipsis=.. optionJunegunn Choi
Close #2432 Also see - #1769 - https://github.com/junegunn/fzf/pull/1844#issuecomment-586663660
2021-12-22Fix rendering of the prompt line when overflow occurs with `--info=inline`Junegunn Choi
Fix #2692
2019-12-09Defer resetting multi-selection on reloadJunegunn Choi
2016-08-14[perf] evaluateBonus can start from sidx - 1Junegunn Choi
2016-08-14[perf] Optimize AWK-style tokenizer for --nthJunegunn Choi
Approx. 50% less memory footprint and 40% improvement in query time
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn Choi
This change improves sort ordering for aligned tabular input. Given the following input: apple juice 100 apple pie 200 fzf --nth=2 will now prefer the one with pie. Before this change fzf compared "juice " and "pie ", both of which have the same length.
2015-01-12Reorganize source codeJunegunn Choi