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 18, 2015
  2. Sep 05, 2015
  3. Sep 01, 2015
  4. Aug 28, 2015
  5. Aug 24, 2015
  6. Aug 18, 2015
  7. Aug 15, 2015
  8. Jul 29, 2015
  9. Jul 27, 2015
  10. Jun 27, 2015
  11. Jun 21, 2015
  12. Jun 13, 2015
  13. May 14, 2015
  14. May 13, 2015
  15. May 02, 2015
    • Junegunn Choi's avatar
      [vim] Improve binary detection · 0937bd6c
      Junegunn Choi authored
      /cc @alerque
      
      - Ask for user confirmation before running `install --bin`
      - Removed `s:fzf_rb` since `install --bin` will create a wrapper
        executable that just runs Ruby version on the platforms where prebuilt
        binaries are not available.
      0937bd6c
  16. Apr 28, 2015
  17. Apr 24, 2015
  18. Apr 23, 2015
  19. Apr 20, 2015
  20. Apr 19, 2015
    • Junegunn Choi's avatar
      [vim] Use "system" fzf when available · 537d07c1
      Junegunn Choi authored
      1. Go binary: ../bin/fzf
      2. System fzf: $(which fzf)
      3. Download fzf from GitHub or create wrapper script to Ruby version (../fzf)
         when the binary for the platform is not available
      4. If install script is not found or for some reason failed, try to use Ruby
         version in its expected location (../fzf)
      5. If fzf is found to be a shell function, use it (type fzf)
      537d07c1
  21. Apr 16, 2015
  22. Apr 15, 2015
  23. Apr 14, 2015
  24. Apr 12, 2015
  25. Apr 11, 2015
Loading