fzf/src
Junegunn Choi 8dbdd55730
Refactor cache lookup
- Remove multiple mutex locks in partial cache lookup
- Simplify return values
2017-07-16 23:34:32 +09:00
..
algo Normalize pattern string before passing it to Algo function 2017-01-09 09:52:17 +09:00
tui Fix handling of bracketed paste mode 2017-06-22 02:35:57 +09:00
util Fixes for Cygwin 2017-06-03 19:47:53 +09:00
ansi_test.go Update ANSI processor to handle more VT-100 escape sequences 2016-11-14 02:15:23 +09:00
ansi.go Update ANSI processor to strip ^H along with its preceding character 2017-02-02 13:00:41 +09:00
cache_test.go Micro-optimizations 2016-08-19 02:39:32 +09:00
cache.go Refactor cache lookup 2017-07-16 23:34:32 +09:00
chunklist_test.go Remove pointer indirection by changing Chunk definition 2017-07-16 23:34:32 +09:00
chunklist.go Remove unnecessary copy of Chunk slice 2017-07-16 23:34:32 +09:00
constants.go 0.16.8 2017-06-05 23:21:50 +09:00
core.go Remove pointer indirection by changing Chunk definition 2017-07-16 23:34:32 +09:00
history_test.go Implement tcell-based renderer 2016-11-07 02:32:14 +09:00
history.go Lint 2015-08-02 13:11:59 +09:00
item_test.go Micro-optimizations 2016-08-19 02:39:32 +09:00
item.go Remove pointer indirection by changing Chunk definition 2017-07-16 23:34:32 +09:00
LICENSE 0.16.3 2017-01-30 01:53:17 +09:00
matcher.go Revise ranking algorithm 2016-09-18 14:34:46 +09:00
merger_test.go Remove Offset slice from Result struct 2016-08-20 01:53:32 +09:00
merger.go Remove pointer indirection by changing Chunk definition 2017-07-16 23:34:32 +09:00
options_test.go Add support for ctrl-alt-[a-z] key chords 2017-04-28 02:36:36 +09:00
options.go Add missing --no-expect flag 2017-07-04 23:02:15 +09:00
pattern_test.go Remove pointer indirection by changing Chunk definition 2017-07-16 23:34:32 +09:00
pattern.go Refactor cache lookup 2017-07-16 23:34:32 +09:00
reader_test.go Performance fix - unnecessary rune convertion on --ansi 2015-08-02 14:25:57 +09:00
reader.go Print [ERROR] on info line when the default command failed 2017-07-01 01:13:15 +09:00
result_test.go Fix inconsistent tiebreak scores when --nth is used 2017-06-02 13:25:35 +09:00
result.go Fix inconsistent tiebreak scores when --nth is used 2017-06-02 13:25:35 +09:00
terminal_test.go Add execute-silent action 2017-01-27 18:56:41 +09:00
terminal_unix.go Support CTRL-Z (SIGSTOP) 2017-04-28 22:58:08 +09:00
terminal_windows.go Support CTRL-Z (SIGSTOP) 2017-04-28 22:58:08 +09:00
terminal.go Print [ERROR] on info line when the default command failed 2017-07-01 01:13:15 +09:00
tokenizer_test.go Fix inconsistent tiebreak scores when --nth is used 2017-06-02 13:25:35 +09:00
tokenizer.go Fix inconsistent tiebreak scores when --nth is used 2017-06-02 13:25:35 +09:00
update_assets.rb Update release script to upload assets in parallel 2017-01-22 18:33:30 +09:00