summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-10-23Support ANSI escape sequence for clearing display in preview windowJunegunn Choi
2020-10-23Fix Travis CI buildJunegunn Choi
2020-10-23Fix test casesJunegunn Choi
2020-10-20Always show the number of selected entries to indicate if --multi is enabledJunegunn Choi
2020-08-02Ignore punctuation characters before and after preview offset columnJunegunn Choi
2020-07-28Smart match of accented charactersJunegunn Choi
2020-07-27Add preview window option for setting the initial scroll offsetJunegunn Choi
2020-06-21Add preview action for --bindJunegunn Choi
2020-06-07Add backward-eof event for --bindJunegunn Choi
2020-04-21Improve error messages (#1962)Jack Bates
2020-04-18Make flaky tests reliable (#1978)Jack Bates
2020-04-13[zsh-completion] Fix error with backslash-prefixed commandsJunegunn Choi
2020-04-13Run rubocop --auto-correct --disable-uncorrectable (#1967)Jack Bates
2020-04-03[fzf-tmux] Fall back to plain fzf when split failedJunegunn Choi
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
2020-03-29Fix failing test caseJunegunn Choi
2020-03-29[shell] Update CTRL-R to remove duplicate commandsJunegunn Choi
2020-03-24[zsh-completion] Fix a bug where _fzf_complete did not iterate through args (...Chitoku
2020-03-11Add --keep-right option to keep the right end of the line visibleJunegunn Choi
2020-03-11Fix completion testJunegunn Choi
2020-03-11Change custom fuzzy completion APIJunegunn Choi
2020-03-07Add retries to CTRL-R tests to avoid intermittent errors on Travis CIJunegunn Choi
2020-03-04Fix flaky test caseJunegunn Choi
2020-03-03Ignore xterm OSC control sequencesJunegunn Choi
2020-02-29[bash] Fix --query argument of CTRL-RJunegunn Choi
2020-02-28Test multi-line C-r (#1892)Jack Bates
2020-02-28[bash] Start C-r search with current command line (#1886)Jack Bates
2020-02-28Clean up test shell initializationJunegunn Choi
2020-02-28Use a more robust way to check if the shell is readyJunegunn Choi
2020-02-28Add backward-delete-char/eof action (#1891)James Wright
2020-02-21[bash] Put C-t items at point in vi mode (#1876)Jack Bates
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi
2019-12-07Add clear-query and clear-selectionJunegunn Choi
2019-12-06Properly clear list when --header-lines not filled on reloadJunegunn Choi
2019-12-06'reload' action should be allowed even where there's no matchJunegunn Choi
2019-11-15Add --info=STYLE [default|inline|hidden]Junegunn Choi
2019-11-12'reload' action should reset multi-selectionJunegunn Choi
2019-11-12'reload' action should reset --header-linesJunegunn Choi
2019-11-10Add test cases for --phony and reload actionJunegunn Choi
2019-11-02Fix behavior of 'deselect-all' to only deselect matchesJunegunn Choi
2019-11-02Fix flaky test caseJunegunn Choi
2019-11-02--multi to take optional argument to limit the number of selectionJunegunn Choi
2019-11-02Fix flaky test caseJunegunn Choi
2019-10-27Add 'f' flag for placeholder expression (#1733)Simon Fraser
2019-02-22Export FZF_PREVIEW_LINES and FZF_PREVIEW_COLUMNS to preview processJunegunn Choi
2019-02-19Add placeholder expression for zero-based item index: {n} and {+n}Junegunn Choi
2018-12-22Fix tab width after ANSI reset code in preview windowJunegunn Choi
2018-12-19Inverse-only matches should not reorder the remaining resultsJunegunn Choi
2018-12-05Render preview window when the initial query fails to matchJunegunn Choi
2018-08-10[vim] Clear temporary window-local working directoryJunegunn Choi