summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-02-070.11.30.11.3Junegunn Choi
2016-02-07Use $SHELL to start $FZF_DEFAULT_COMMAND (#481)Junegunn Choi
2016-02-03Fix #481 - Use $SHELL instead of sh in execute actionJunegunn Choi
2016-02-02Handle SIGTERM gracefully (#482)Junegunn Choi
2016-01-29[completion] _fzf_complete_COMMAND_post for post processingJunegunn Choi
2016-01-20TypoJunegunn Choi
2016-01-20Make fuzzy completion customizable with _fzf_compgen_{path,dir}Junegunn Choi
2016-01-16Update CHANGELOG0.11.2Junegunn Choi
2016-01-16Update CHANGELOG: 0.11.2Junegunn Choi
2016-01-16Reduce the initial delay when --tac is not givenJunegunn Choi
2016-01-140.11.2Junegunn Choi
2016-01-14Add toggle-in and toggle-out for --bindJunegunn Choi
2016-01-14Ignore leading whitespaces when calculating 'begin' indexJunegunn Choi
2016-01-14[fish] Fix intermittent errors on CTRL-TJunegunn Choi
2016-01-14Change temporary file names to fix flaky testsJunegunn Choi
2016-01-14Simplify Item structureJunegunn Choi
2016-01-13Accept comma-separated list of sort criteriaJunegunn Choi
2016-01-13Update license: 2016Junegunn Choi
2016-01-12[vim] Try to make 'dir' option compatible with &autochdirJunegunn Choi
2016-01-11[vim] Do not restore working directory on unexpected cwdJunegunn Choi
2016-01-09[nvim] setlocal nospell on terminal bufferJunegunn Choi
2016-01-07[fzf-tmux] Turn off remain-on-exit optionJunegunn Choi
2016-01-07[fzf-tmux] Fix #466 - Make fifos writable by other usersJunegunn Choi
2016-01-05Fix ubuntu-android target of MakefileJunegunn Choi
2015-12-29Add regression test case for #458Junegunn Choi
2015-12-29Merge pull request #458 from frizinak/fix-autocomplete-absJunegunn Choi
2015-12-28Fix autocompletion for absolute pathsKobe Lipkens
2015-12-29[bash/zsh-completion] List hidden files as wellJunegunn Choi
2015-12-28Merge pull request #455 from frizinak/masterJunegunn Choi
2015-12-25Pass FZF_DEFAULT_OPTS to non-interactive bash instanceKobe Lipkens
2015-12-20Fix Travis CI buildJunegunn Choi
2015-12-18[vim] Open selected file in the current window if it's emptyJunegunn Choi
2015-12-13Merge pull request #446 from chaoren/masterJunegunn Choi
2015-12-11Dynamically select which __fzf_select__ to use for tmux with bash 4+.Chaoren Lin
2015-12-11Fix CTRL-T in tmux with non-standard configuration.Chaoren Lin
2015-12-09Merge pull request #439 from pokey/masterJunegunn Choi
2015-12-08Correct fzf-tmux tmux checking bugPokey Rule
2015-12-08Merge pull request #433 from pokey/masterJunegunn Choi
2015-12-07Support fzf-tmux when zoomedPokey Rule
2015-12-04Unset GO15VENDOREXPERIMENT in linux build env (#430)Junegunn Choi
2015-12-04Remove submodules and disable GO15VENDOREXPERIMENT (#430)Junegunn Choi
2015-12-010.11.10.11.1Junegunn Choi
2015-11-30GO15VENDOREXPERIMENT=1 (#430)Junegunn Choi
2015-11-30Add --tabstop optionJunegunn Choi
2015-11-30Fix test failure - use absolute pathJunegunn Choi
2015-11-20Merge pull request #380 from acornejo/androidJunegunn Choi
2015-11-18add android buildAlex Cornejo
2015-11-19Fix typos in help messageJunegunn Choi
2015-11-19Merge pull request #423 from blueyed/zsh-fzf-completion-localoptionsJunegunn Choi
2015-11-18zsh: fzf-completion: use noshwordsplit local optionDaniel Hahler