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. Jan 07, 2015
  2. Jan 06, 2015
  3. Jan 05, 2015
  4. Jan 04, 2015
  5. Jan 03, 2015
  6. Dec 29, 2014
  7. Dec 28, 2014
  8. Dec 24, 2014
  9. Dec 23, 2014
  10. Dec 13, 2014
  11. Dec 04, 2014
  12. Dec 01, 2014
  13. Nov 04, 2014
  14. Nov 03, 2014
  15. Nov 01, 2014
  16. 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
Loading