m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Remove dependency on zsh/pcre module

Fixes #363.
This commit is contained in:
Austin Ziegler
2015-10-01 15:18:10 -04:00
parent 6a38d07a4c
commit ea271cd4e2
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Key bindings
# ------------
if [[ $- =~ i ]]; then
if [[ $- == *i* ]]; then
# CTRL-T - Paste the selected file path(s) into the command line
__fsel() {