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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 18, 2015
-
-
Junegunn Choi authored
Related: #345
-
Junegunn Choi authored
-
- Sep 05, 2015
-
-
Junegunn Choi authored
-
- Sep 01, 2015
-
-
Junegunn Choi authored
Fixes Helptags! command from fzf.vim
-
- Aug 28, 2015
-
-
Junegunn Choi authored
Values for 'up' and 'down' can be written with ~ prefix. Only applies when the source is a Vim list. e.g. { 'source': range(10), 'down': '~40%' }
-
- Aug 24, 2015
-
-
Junegunn Choi authored
-
- Aug 18, 2015
-
-
Junegunn Choi authored
This reverts commit c601fc64.
-
- Aug 15, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Jul 29, 2015
-
-
Junegunn Choi authored
-
- Jul 27, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #303
-
Junegunn Choi authored
Close #303
-
- Jun 27, 2015
-
-
Junegunn Choi authored
-
- Jun 21, 2015
-
- Jun 13, 2015
-
-
Kassio Borges authored
To avoid conflict with other neoterm plugins that manage terminals, prefer named terminals.
-
- May 14, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
- bd! leaves the window open when there's no other listed buffer - redraw! seems to help avoid Neovim issues.
-
- May 13, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- May 02, 2015
-
-
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.
-
- Apr 28, 2015
-
-
Junegunn Choi authored
-
- Apr 24, 2015
-
-
Junegunn Choi authored
Code submitted by @lydell
-
- Apr 23, 2015
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- Apr 20, 2015
-
-
Junegunn Choi authored
-
- Apr 19, 2015
-
-
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)
-
- Apr 16, 2015
-
-
Junegunn Choi authored
-
- Apr 15, 2015
-
-
Junegunn Choi authored
Close #189
-
Junegunn Choi authored
Because tmux panes are not used on Neovim.
-
- Apr 14, 2015
-
-
Junegunn Choi authored
Ruby version can also accept `--expect` option although it's ignored.
-
Junegunn Choi authored
It is already handled by its caller.
-
- Apr 12, 2015
-
-
Bryan Head authored
-
- Apr 11, 2015
-
-
Junegunn Choi authored
It is possible that the user has an autocmd that changes the current directory.
-
Junegunn Choi authored
-
Junegunn Choi authored
Suggested by @noahfrederick
-
Marco Hinz authored
Prior to this change, you'd get a longer error message if you did: :FZF <esc> :FZF The main problem being that `:file [FZF]` can be used only once.
-