summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-04-030.21.10.21.1Junegunn Choi
2020-04-03[fzf-tmux] Split zsh variable expansion for old zshJunegunn Choi
2020-04-03[fzf-tmux] Fall back to plain fzf when split failedJunegunn Choi
2020-04-03[fzf-tmux] Use $PWD instead of #{pane_current_path}Junegunn Choi
2020-04-03[fzf-tmux] Set default horizontal marginJunegunn Choi
2020-04-03[fzf-tmux] Add option to start fzf in tmux popup windowJunegunn Choi
2020-03-30[vim] Fix issue with multiple popups (#1927)lacygoill
2020-03-30[zsh] Ensure that fzf code always parses the same way (#1944)Roman Perepelitsa
2020-03-30Update AtomicBool to use atomic memory operation (#1939)Alexandr
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-23Fix ANSI color offsets when --keep-right is usedJunegunn Choi
2020-03-14[windows] Do not include directories in the listJunegunn Choi
2020-03-13[bash] Restore --nth option in CTRL-R0.21.0-1Junegunn Choi
2020-03-120.21.00.21.0Junegunn Choi
2020-03-11Add --keep-right option to keep the right end of the line visibleJunegunn Choi
2020-03-11Fix completion testJunegunn Choi
2020-03-11Fuzzy completions: removed leftover debug echo (#1921)Jakub Łuczyński
2020-03-11Change custom fuzzy completion APIJunegunn Choi
2020-03-11Add explanation for the `g:fzf_colors` setting (#1878)Kahlil (Kal) Hodgson
2020-03-10Make height option work under Windows (#1341)Michael Kelley
2020-03-07Add retries to CTRL-R tests to avoid intermittent errors on Travis CIJunegunn Choi
2020-03-07[completion] Use file redirection instead of pipeJunegunn Choi
2020-03-07Do not read more than 10K characters from /dev/ttyJunegunn Choi
2020-03-05Draft CHANGELOG for the upcoming releaseJunegunn Choi
2020-03-05Add more --border options; default changed to "rounded"Junegunn Choi
2020-03-04Fix flaky test caseJunegunn Choi
2020-03-03[vim] Fix height calculationJunegunn Choi
2020-03-03Ignore xterm OSC control sequencesJunegunn Choi
2020-03-01[vim] Throw error when popup support is unavailableJunegunn Choi
2020-03-01Fix prefix/suffix/equal matcher to trim whitespacesJunegunn 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-28[fish] Ignore empty environment variablesJunegunn 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-26Update README.md: MacPorts upgrade instruction (#1893)Chris
2020-02-24Add 'insert' key for --bindJunegunn Choi
2020-02-24Fix panic on unexpected escape sequencesJunegunn Choi
2020-02-24[bash] Multiline C-r without histexpand (#1837)Jack Bates
2020-02-23[bash] Restore insertion point pre Bash 4 (#1881)Jack Bates
2020-02-21[bash] Put C-t items at point in vi mode (#1876)Jack Bates
2020-02-20[bash] Strip trailing whitespace on kill completionJunegunn Choi
2020-02-20[completion] Allow users to customize fzf options via _fzf_comprunJunegunn Choi
2020-02-19[bash-completion] Minor optimizationJunegunn Choi
2020-02-18Update ANSI processor to handle "rmso" and "rmul"Junegunn Choi
2020-02-17Make pointer and multi-select marker customizable (#1844)Hiroki Konishi