mirror of
https://github.com/junegunn/fzf.vim.git
synced 2025-12-06 12:44:24 +08:00
[Jumps] Support preview window (#1553)
Require fzf 0.54.0 or above Signed-off-by: zeminzhou <zhouzemin@pingcap.cn> Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
This commit is contained in:
@@ -47,7 +47,9 @@ fi
|
||||
|
||||
FILE="${FILE/#\~\//$HOME/}"
|
||||
if [ ! -r "$FILE" ]; then
|
||||
echo "File not found ${FILE}"
|
||||
if [[ "${INPUT[0]}" != '[No Name]' ]]; then
|
||||
echo "File not found ${FILE}"
|
||||
fi
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user