Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 28, 2017
  2. Sep 26, 2017
  3. Sep 17, 2017
  4. Sep 11, 2017
  5. Sep 09, 2017
    • Junegunn Choi's avatar
      Clean up renderer code · e1582b83
      Junegunn Choi authored
      Remove code that is no longer relevant after the removal of ncurses
      renderer. This commit also fixes background color issue on tcell-based
      FullscreenRenderer (Windows).
      Unverified
      e1582b83
  6. Sep 08, 2017
  7. Sep 07, 2017
  8. Sep 06, 2017
  9. Sep 05, 2017
  10. Sep 03, 2017
  11. Sep 02, 2017
  12. Sep 01, 2017
  13. Aug 30, 2017
  14. Aug 28, 2017
    • Jack O'Connor's avatar
      [vim] Add parens around piped source commands (#1029) · b27dc3eb
      Jack O'Connor authored
      Previously a command like `echo a && echo b` would get transformed into
      `echo a && echo b | fzf`, which only pipes the output of the second
      command. Adding parentheses around the source command avoids this issue,
      and works on both Unix and Windows.
      b27dc3eb
  15. Aug 27, 2017
  16. Aug 26, 2017
  17. Aug 20, 2017
Loading