From: NRK Date: Mon, 1 Nov 2021 08:15:49 +0000 (+0600) Subject: quickfix X-Git-Tag: v4.4~22^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=65ae3abc247863f374c975bc670ff791f0615966;p=nnn.git quickfix --- diff --git a/plugins/fzopen b/plugins/fzopen index c44122a0..57035b5c 100755 --- a/plugins/fzopen +++ b/plugins/fzopen @@ -42,8 +42,8 @@ fi if [ "$3" ]; then if [ "$entry" ]; then case "$entry" in - /*) fullpath="$PWD/$entry" ;; - *) fullpath="$entry" ;; + /*) fullpath="$entry" ;; + *) fullpath="$PWD/$entry" ;; esac if [ "-" = "$3" ]; then printf "%s\n" "$fullpath"