aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_indent.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/fish_indent.fish')
-rw-r--r--share/functions/fish_indent.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/fish_indent.fish b/share/functions/fish_indent.fish
index ee58a46c..b5ae5e49 100644
--- a/share/functions/fish_indent.fish
+++ b/share/functions/fish_indent.fish
@@ -1,4 +1,4 @@
function fish_indent --description 'Indenter and prettifier for fish code'
# This is wrapped in a function so that fish_indent does not need to be found in PATH
- eval $__fish_bin_dir/fish_indent $argv
+ eval (string escape $__fish_bin_dir/fish_indent) $argv
end