mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
fixup! Fix __fish_complete_suffix behavior for paths with literal .
This commit is contained in:
@@ -36,8 +36,8 @@ function __fish_complete_suffix -d "Complete using files"
|
||||
# Strip leading ./ as it confuses the detection of base and suffix
|
||||
# It is conditionally re-added below.
|
||||
set base (string replace -r '^("\')?\\./' '' -- $comp | string trim -c '\'"') # " make emacs syntax highlighting happy
|
||||
echo "base: $base" > /dev/tty
|
||||
echo "suffix: $suff" > /dev/tty
|
||||
# echo "base: $base" > /dev/tty
|
||||
# echo "suffix: $suff" > /dev/tty
|
||||
|
||||
set -l all
|
||||
set -l dirs
|
||||
|
||||
Reference in New Issue
Block a user