diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-26 12:25:27 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-11-26 12:36:24 +0900 |
| commit | a71c47140575b324afeb054a4fbc0e3fa505d4d0 (patch) | |
| tree | 1fbda4c1d4520eeef3508a3ce4126ce048bf88eb /install | |
| parent | 3858086047e0de96ffe81ab966107b022c8adc2a (diff) | |
| download | fzf-a71c47140575b324afeb054a4fbc0e3fa505d4d0.tar.gz | |
0.15.9
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ set -u -[[ "$@" =~ --pre ]] && version=0.15.8 pre=1 || - version=0.15.8 pre=0 +[[ "$@" =~ --pre ]] && version=0.15.9 pre=1 || + version=0.15.9 pre=0 auto_completion= key_bindings= |
