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. Mar 27, 2017
  2. Mar 02, 2017
  3. Feb 25, 2017
  4. Feb 19, 2017
  5. Feb 18, 2017
  6. Feb 17, 2017
  7. Feb 07, 2017
  8. Feb 05, 2017
  9. Feb 04, 2017
  10. Feb 01, 2017
    • Kassio Borges's avatar
      [vim] Expose buffer variable with the current fzf setup (#828) · 712b7b21
      Kassio Borges authored
      Exposing the `b:fzf` variable will be useful to get information about
      which command is being executed on the current fzf window. With that,
      now, it's possible to use the current command name on the statusline:
      
      ```viml
      au User FzfStatusLine call <SID>fzf_statusline()
      
      function! s:fzf_statusline()
        let fzf_cmd_name = get(b:fzf, 'name', 'FZF')
        let &l:statusline = '> '.fzf_cmd_name
      endfunction
      ```
      712b7b21
  11. Jan 30, 2017
  12. Jan 22, 2017
  13. Jan 15, 2017
  14. Jan 14, 2017
  15. Jan 08, 2017
  16. Jan 04, 2017
  17. Jan 02, 2017
  18. Jan 01, 2017
  19. Dec 19, 2016
  20. Dec 14, 2016
  21. Dec 11, 2016
  22. Dec 03, 2016
  23. Dec 02, 2016
  24. Oct 22, 2016
  25. Oct 18, 2016
  26. Oct 12, 2016
  27. Oct 03, 2016
  28. Aug 28, 2016
  29. Aug 24, 2016
  30. Aug 19, 2016
  31. Aug 02, 2016
Loading