We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fbacf6 commit d6080b2Copy full SHA for d6080b2
functions/_tide_pwd.fish
@@ -28,9 +28,9 @@ eval "function _tide_pwd
28
string match -qr \"(?<trunc>\..|.)\" \$dir_section
29
30
set -l glob \$parent_dir/\$trunc*/
31
- set -l indices (contains -i $parent_dir/$dir_section/ $glob)
+ set -l indices (contains -i \$parent_dir/\$dir_section/ \$glob)
32
if set -q indices[1]
33
- set -e glob[$indices]
+ set -e glob[\$indices]
34
end
35
while string match -qr \"^\$parent_dir/\$(string escape --style=regex \$trunc)\" \$glob &&
36
string match -qr \"(?<trunc>\$(string escape --style=regex \$trunc).)\" \$dir_section
0 commit comments