summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2015-07-26Add --margin optionJunegunn Choi
2015-07-23Replace eof action with cancel (#289)Junegunn Choi
2015-07-22Add "eof" action which closes the finder only when input is emptyJunegunn Choi
2015-07-22Fix --header-lines unaffected by --with-nthJunegunn Choi
2015-07-22Fix header not shown when the lines go beyond the screen limitJunegunn Choi
2015-07-22Add test cases for header and fix corner casesJunegunn Choi
2015-07-13Fix travis CI buildJunegunn Choi
2015-06-26[shell] Add FZF_CTRL_T_COMMAND for CTRL-TJunegunn Choi
2015-06-21Rename --null to --read0 and undocument the optionJunegunn Choi
2015-06-19Rename --history-max to --history-sizeJunegunn Choi
2015-06-18Avoid intermittent test failuresJunegunn Choi
2015-06-16Add --cycle option for cyclic scrollingJunegunn Choi
2015-06-15Change alternative notation for execute action (#265)Junegunn Choi
2015-06-14Fix Travis CI buildJunegunn Choi
2015-06-14Add bind action for executing arbitrary command (#265)Junegunn Choi
2015-06-14Fix Travis CI buildJunegunn Choi
2015-06-14Test refactoringJunegunn Choi
2015-06-14Fix Travis CI buildJunegunn Choi
2015-06-14Add support for search historyJunegunn Choi
2015-06-09Add actions for --bind: select-all / deselect-all / toggle-allJunegunn Choi
2015-06-08Add test case for --null optionJunegunn Choi
2015-06-03Fix #248 - Premature termination of Reader on long inputJunegunn Choi
2015-05-21More test cases for --bindJunegunn Choi
2015-05-21Custom key binding support (#238)Junegunn Choi
2015-05-20Minor tweak in test caseJunegunn Choi
2015-05-12[zsh-completion] Respect backslash-escaped spaces (#230)Junegunn Choi
2015-05-10[test] Make sure to kill background processJunegunn Choi
2015-05-10Fix test casesJunegunn Choi
2015-05-10Dump screen content on test failureJunegunn Choi
2015-05-10[zsh-completion] Temporarily set nonomatch (#230)Junegunn Choi
2015-05-10[zsh-completion] Fix `~USERNAME**` (#230)Junegunn Choi
2015-05-09[zsh-completion] Completion for unknown commandsJunegunn Choi
2015-05-09Fix Travis CI buildJunegunn Choi
2015-05-09Fuzzy completion for zsh (#227)Junegunn Choi
2015-04-25Fix race condition in test caseJunegunn Choi
2015-04-25Test refactoringJunegunn Choi
2015-04-25Fix test codeJunegunn Choi
2015-04-22Update test cases for #203Junegunn Choi
2015-04-21Smart-case for each term in extended-search modeJunegunn Choi
2015-04-21Fix #209 - Invalid mutation of input on case conversionJunegunn Choi
2015-04-16Test case for visual indicator of --toggle sort (#194)Junegunn Choi
2015-04-16Add --tiebreak option for customizing sort criteriaJunegunn Choi
2015-04-15Fix Travis CI buildJunegunn Choi
2015-04-14Fix unicode test caseJunegunn Choi
2015-04-14Fix Unicode case handling (#186)Junegunn Choi
2015-04-14Fix fuzzy completion testJunegunn Choi
2015-04-04[vim] Code cleanup0.9.7-1Junegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-31Fix #172 - Print empty line when fzf with expect finished by -1 or -0Junegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi