summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2018-06-10Provide an option to reverse items only (#1267)Akinori MUSHA
2018-06-10Improve preview window update eventsJunegunn Choi
2018-06-01Fix flaky test casesJunegunn Choi
2017-12-03Fix assertions in test_dynamic_completion_loaderJunegunn Choi
2017-12-03[bash-completion] Fix custom completion with dynamic loader enabledJunegunn Choi
2017-12-02Add accept-non-empty actionJunegunn Choi
2017-12-01Add replace-query actionJunegunn Choi
2017-12-01Fix test case on older versions of RubyJunegunn Choi
2017-12-01Inject $LINES and $COLUMNS when running preview commandJunegunn Choi
2017-12-01Fix test case for invalid FZF_DEFAULT_COMMANDJunegunn Choi
2017-08-20[vim] Escape backslashes in fzf#shellescape (#1021)Jan Edmund Lazo
2017-08-11Disallow escaping of meta characters except for spacesJunegunn Choi
2017-08-10Fix escaping of meta characters after ' or ! prefixJunegunn Choi
2017-08-09Allow escaping meta characters with backslashesJunegunn Choi
2017-08-08Fix invalid cache lookupsJunegunn Choi
2017-08-05Fix Travis CI buildJunegunn Choi
2017-08-04[vim] Fix vader test casesJunegunn Choi
2017-07-31Revert "[bash] Do not append space when path completion is cancelled"Junegunn Choi
2017-07-30[bash] Do not append space when path completion is cancelledJunegunn Choi
2017-07-28Update preview window when selection has changedJunegunn Choi
2017-07-18Adjust --no-clear option for repetitive relaunchingJunegunn Choi
2017-07-01Print [ERROR] on info line when the default command failedJunegunn Choi
2017-07-01Fix test failulre with non-zero pane-base-indexJunegunn Choi
2017-06-08[vim] Uncomment test case to escape % in cmd.exe (#941)Jan Edmund Lazo
2017-06-03Merge branch 'master' into develJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2017-05-29[vim] Replace s:fzf_shellescape and s:shellesc with fzf#shellescape (#916)Jan Edmund Lazo
2017-05-24Update test case for --cycleJunegunn Choi
2017-05-22Implement bindable "change" event and "top" actionJunegunn Choi
2017-03-04Add test case for --no-clearJunegunn Choi
2017-03-03[shell] Enable sorting by default in CTRL-RJunegunn Choi
2017-03-03Display -S if sort is disabled and toggle-sort is usedJunegunn Choi
2017-02-04Fix failing test caseJunegunn Choi
2017-02-03Add test case for --tiebreak=beginJunegunn Choi
2017-01-27Extend placeholder expression for multiple selectionsJunegunn Choi
2017-01-24Allow invisible preview window (--preview-window 0)Junegunn Choi