index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-12-03
Fix Travis OSX build
Junegunn Choi
2020-12-03
Do not update Homebrew on Travis OSX build
Junegunn Choi
2020-11-25
Fix unit tests
Junegunn Choi
2020-11-25
[zsh] Declare variable as local before assignment (#2266)
ratijas
2020-11-25
Support ANSI code for clearing the rest of the line (ESC[0K)
Junegunn Choi
2020-11-24
Fix handling of arrow keys with alt and/or shift modifier
Junegunn Choi
2020-11-24
Improve trim function to handle longer strings
Junegunn Choi
2020-11-19
[vim] &termwinkey may not be available
Junegunn Choi
2020-11-17
[vim] Clean up temp files on interrupt (#2252)
Michal Domonkos
2020-11-15
[vim] Map CTRL-Z to <nop>
Junegunn Choi
2020-11-15
[vim] Set termwinkey to allow CTRL-W
Junegunn Choi
2020-11-14
[bash-completion] Fix endless loop when completion.bash sourced twice
Tomas Janousek
2020-11-13
[bash-completion] Unexport _fzf_orig_completion_* variables
Tomas Janousek
2020-11-13
[bash-completion] Optimize __fzf_orig_completion_filter
Tomas Janousek
2020-11-13
[bash-completion] Move -F/_fzf filter to __fzf_orig_completion_filter
Tomas Janousek
2020-11-13
[bash-completion] Avoid empty _a, _v completions
Tomas Janousek
2020-11-09
0.24.3
Junegunn Choi
2020-11-09
Add --padding option
Junegunn Choi
2020-11-09
Remove print statement for debugging
Junegunn Choi
2020-11-05
[vim] Fix double path separator issue on Windows
Junegunn Choi
2020-11-03
0.24.2
Junegunn Choi
2020-11-03
Allow preview window height shorter than 3
Junegunn Choi
2020-11-03
Fix regression where lines are skipped in the preview window
Junegunn Choi
2020-11-03
Use default bg color when fg is set to -1 with reverse attribute
Junegunn Choi
2020-10-31
[vim] Set maxwidth and maxheight when creating a popup
Junegunn Choi
2020-10-31
[vim] Remove dead code
Junegunn Choi
2020-10-31
Revert "Prefer LightRenderer on Windows if it's available"
Junegunn Choi
2020-10-31
Prefer LightRenderer on Windows if it's available
Junegunn Choi
2020-10-30
[vim] See the last line of "fzf --version" output
Junegunn Choi
2020-10-29
0.24.1
Junegunn Choi
2020-10-29
Assign default number version (without patch version)
Junegunn Choi
2020-10-29
[vim] Allow 'border': 'no' to be consistent with --color=no
Junegunn Choi
2020-10-29
Fix nil error on --color=bw
Junegunn Choi
2020-10-28
Make build flags consistent
Junegunn Choi
2020-10-28
Make Makefile fail when git information is not available
Junegunn Choi
2020-10-28
[install] Pass version number to go get command
Junegunn Choi
2020-10-28
Panic when fzf was built without version information
Junegunn Choi
2020-10-27
0.24.0
Junegunn Choi
2020-10-27
Merge branch 'devel' into master
Junegunn Choi
2020-10-27
Fix: barbled multibyte text(exe. Japanese). (#2224)
Junegunn Choi
2020-10-27
fixup
Junegunn Choi
2020-10-27
Fix error when preview command failed to start
Junegunn Choi
2020-10-27
Fix: barbled multibyte text(exe. Japanese).
nekowasabi
2020-10-27
0.24.0-rc1
Junegunn Choi
2020-10-27
[vim] Download latest binary to meet version requirement
Junegunn Choi
2020-10-26
[vim] Add 'none' option for popup border
Junegunn Choi
2020-10-26
Add more --border options
Junegunn Choi
2020-10-26
Update --color example in CHANGELOG
Junegunn Choi
2020-10-26
Update --color docs
Junegunn Choi
2020-10-25
Fix preview window of tcell renderer
Junegunn Choi
[next]