aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions')
-rw-r--r--share/completions/hg.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/hg.fish b/share/completions/hg.fish
index 87b233c1..95af4536 100644
--- a/share/completions/hg.fish
+++ b/share/completions/hg.fish
@@ -1,5 +1,5 @@
function __hg
- set -x HGPLAIN 1
+ set -lx HGPLAIN 1
command hg $argv ^ /dev/null
end
@@ -245,7 +245,7 @@ function __hg_sources
end
function __hg_mq_enabled
- set val (__hg showconfig extensions.hgext.mq)
+ set -l val (__hg showconfig extensions.hgext.mq)
if test -z $val
return 1
end