diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-15 13:22:09 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-15 13:22:09 +0900 |
| commit | 4ecb7f3a162186fd7758f3bdedb3a0b4bb32f9d0 (patch) | |
| tree | 8957d6553564ab57116d0e86023b6a2fd86585a3 /shell/completion.bash | |
| parent | 03f5ef08c8276f034269dbb8a6e6fd9decf58439 (diff) | |
| download | fzf-4ecb7f3a162186fd7758f3bdedb3a0b4bb32f9d0.tar.gz | |
Replace --normalize with --literal and enable normalization by default
Ref #790
Diffstat (limited to 'shell/completion.bash')
| -rw-r--r-- | shell/completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/completion.bash b/shell/completion.bash index 9c4cdb1a..d17bb191 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -67,6 +67,7 @@ _fzf_opts_completion() { --no-hscroll --jump-labels --height + --literal --reverse --margin --inline-info |
