Skip to content

Commit

Permalink
Remove debugging from dir name code
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonrichert committed May 2, 2023
1 parent 7a87bbe commit b6af173
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions/..znap.dirname
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@

# Complete ~[...]
..znap.dirname.c() {
set -x
if [[ -n $ISUFFIX ]]; then
# Workaround: In Zsh <= 5.9.0, _setup doesn't get called when completing inside a subscript.
_setup default
else
local suf=-S]
fi
set +x

local -a expl=()
_description named-directories expl 'named directory'

Expand Down

0 comments on commit b6af173

Please sign in to comment.