- 05 Feb, 2017 1 commit
-
-
Junegunn Choi authored
-
- 04 Feb, 2017 4 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
To override --height option in FZF_DEFAULT_OPTS
-
Junegunn Choi authored
Goes well with --height
-
- 02 Feb, 2017 5 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Due to performance consideration, FuzzyMatchV2 does not return the exact positions of the matching characters by default. However, the ommission caused `--tiebreak=begin` to produce inaccurate result in some cases. (echo baz foo bar; echo foo bar baz) | fzf --tiebreak=begin -fbar | head -1 # Expected: foo bar baz # Actual: baz foo bar This commit fixes the problem by using the end offset which is guaranteed to be correct.
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
https://github.com/junegunn/go-runewidth/pull/1 /cc @joshuarubin
-
- 31 Jan, 2017 3 commits
-
-
Junegunn Choi authored
-
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 ```
-
Junegunn Choi authored
-
- 29 Jan, 2017 4 commits
-
-
Junegunn Choi authored
-
-
Junegunn Choi authored
-
Junegunn Choi authored
- Move cursor to the top-left corner when starting a command in alternate screen - Fix cursor position when returning to alternate screen when fzf is running in full screen mode
-
- 27 Jan, 2017 3 commits
-
-
Junegunn Choi authored
Close #825
-
Junegunn Choi authored
Close #823
-
Junegunn Choi authored
Close #788
-
- 26 Jan, 2017 3 commits
-
-
Junegunn Choi authored
Related #822
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #822
-
- 25 Jan, 2017 1 commit
-
-
Junegunn Choi authored
-
- 24 Jan, 2017 1 commit
-
-
Junegunn Choi authored
Close #821
-
- 23 Jan, 2017 7 commits
-
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #820
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
- 22 Jan, 2017 7 commits
-
-
Junegunn Choi authored
Close #497
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
-
Junegunn Choi authored
Close #818
-
- 21 Jan, 2017 1 commit
-
-
Junegunn Choi authored
- Remove unnecessary scrolling - Allow us to use `--height 100%` under Neovim terminal for 24-bit colors Related: - #789 - https://github.com/neovim/neovim/issues/4151
-