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. Nov 04, 2014
  2. Nov 03, 2014
  3. Nov 01, 2014
  4. Oct 15, 2014
    • Junegunn Choi's avatar
      [vim] Ignore 'dir' option if empty · 6fd6fff3
      Junegunn Choi authored
      This makes it easier to override FZF command like follows:
      
          autocmd VimEnter * command! -nargs=? -bang -complete=dir FZF call fzf#run({
                \ 'sink': 'tabe',
                \ 'dir': <q-args>,
                \ 'options': '-m',
                \ 'tmux_height': empty('<bang>') ? '40%' : '' })
      6fd6fff3
  5. Oct 07, 2014
  6. Sep 18, 2014
  7. Sep 14, 2014
  8. Sep 02, 2014
  9. Aug 31, 2014
  10. Aug 30, 2014
  11. Aug 17, 2014
  12. Aug 16, 2014
  13. Aug 15, 2014
  14. Aug 08, 2014
  15. Jul 27, 2014
  16. Jul 18, 2014
  17. Jul 17, 2014
  18. Jul 15, 2014
  19. Jul 14, 2014
  20. Jul 11, 2014
  21. Jul 06, 2014
  22. Jul 05, 2014
  23. Jul 04, 2014
Loading