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
Junegunn Choi cf69b836ac Only trim CR and NF from the submitted expression
So the trailing space in the following case is respected.

  curl -XPOST localhost:6266 -d "change-prompt:$(date)> "
2 years ago
..
algo Fix inconsistent bonus points in exact match 2 years ago
protector
tui Fix uninitialized colors in base themes 2 years ago
util Add more util tests (#3062) 2 years ago
LICENSE
ansi.go
ansi_test.go
cache.go
cache_test.go
chunklist.go
chunklist_test.go
constants.go
core.go Implement height range (--height ~[VALUE][%]) 2 years ago
history.go
history_test.go
item.go
item_test.go
matcher.go
merger.go
merger_test.go
options.go Fix parse error of actions with arguments 2 years ago
options_test.go Fix parse error of actions with arguments 2 years ago
pattern.go
pattern_test.go
reader.go
reader_test.go
result.go Fix panic on inverse match query with `--tiebreak=chunk` 2 years ago
result_others.go
result_test.go
result_x86.go
server.go Only trim CR and NF from the submitted expression 2 years ago
terminal.go Break out of jump mode when any action is submitted to the server 2 years ago
terminal_test.go
terminal_unix.go
terminal_windows.go
tokenizer.go
tokenizer_test.go