summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2015-03-04Add test case for 7e2c18a0.9.4Junegunn Choi
2015-03-04Fix #135 - Directory completion to append /Junegunn Choi
2015-03-01Add basic test cases for shell extensions (#83)Junegunn Choi
2015-02-26Add --tac option and reverse display order of --no-sortJunegunn Choi
2015-02-18Update Vader testsJunegunn Choi
2015-02-18Add test case for --sync optionJunegunn Choi
2015-02-18Fix race condition in asynchronous -1 and -0Junegunn Choi
2015-01-29Fix Travis CI buildJunegunn Choi
2015-01-24Fix error when --query contains wide-length charactersJunegunn Choi
2015-01-24Refactor test codeJunegunn Choi
2015-01-17Fix Travis CI build by ignoring trailing empty linesJunegunn Choi
2015-01-17Fix flaky testsJunegunn Choi
2015-01-17Add test cases for --select-1 and --exit-0Junegunn Choi
2015-01-17Add basic test case for --reverseJunegunn Choi
2015-01-17Add test case for --with-nth + --multiJunegunn Choi
2015-01-17Print selected items in the order they are selectedJunegunn Choi
2015-01-17Fix Travis-CI buildJunegunn Choi
2015-01-17Fix CTRL-Y key bindingJunegunn Choi
2014-12-24Improve word motions: ALT-B, ALT-F, ALT-D, ALT-BS (#112)Junegunn Choi
2014-12-23Add support for ALT-D and ALT-BS key bindingsJunegunn Choi
2014-11-04Fix test failure on Ruby 1.8.7Junegunn Choi
2014-11-04Add test cases for --with-nth optionJunegunn Choi
2014-11-01Skip failing tests on Ruby 1.8Junegunn Choi
2014-11-01Add --with-nth option (#102)Junegunn Choi
2014-08-17Add regression test case for #91Junegunn Choi
2014-06-30Add --print-query option (#70)Junegunn Choi
2014-06-30Add --prompt option (#70)Junegunn Choi
2014-06-26Add test cases for result scrollJunegunn Choi
2014-06-26Make scrollable (#68)Junegunn Choi
2014-06-14Extend --nth option to take rangesJunegunn Choi
2014-05-29Remove UTF-8 NFD conversionJunegunn Choi
2014-05-17Add --reverse option (top-to-bottom layout)0.8.4Junegunn Choi
2014-04-03Fix test code indentationJunegunn Choi
2014-04-03Fix ranking when multiple regions overlapJunegunn Choi
2014-04-03Improve -0 and -1 as suggested in #36Junegunn Choi
2014-04-02Implement --select-1 and --exit-0 (#27, #36)Junegunn Choi
2014-04-02Allow --nth option to take multiple indexes (comma-separated)Junegunn Choi
2014-03-30Implement --nth and --delimiter optionJunegunn Choi
2014-03-25Major update to Vim pluginJunegunn Choi
2014-03-09Add --black for terminals incapable of use_default_colorsJunegunn Choi
2014-03-07Add option to disable 256-color output (related #18)Junegunn Choi
2014-03-06Reimplement mouse input without using Curses.getchJunegunn Choi
2014-03-06Completely remove mouse supportJunegunn Choi
2014-03-04Implement --extended-exact option (#24)Junegunn Choi
2014-02-02Add -f (--filter) option (#15)Junegunn Choi
2014-01-30Add --no-mouse option to replace FZF_MOUSE_ENABLEDJunegunn Choi
2014-01-22Add FZF_DEFAULT_OPTS and update command-line optionsJunegunn Choi
2013-12-20Implement smart-case match (#12)Junegunn Choi
2013-12-09Fix `^.*$` pattern matching in extended-search mode (#9)Junegunn Choi
2013-11-23Add -q option (initial query)Junegunn Choi