From daaed863dae8cd158e14b5dcb19a0eeed1e00074 Mon Sep 17 00:00:00 2001 From: Daniel Matz Date: Sat, 22 Feb 2014 14:16:28 -0600 Subject: Use the current commandline token for Mercurial filename completion. The token variable was being used, but I must have accidentally deleted its definition while I was working on the original version of the file. --- share/completions/hg.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'share/completions') diff --git a/share/completions/hg.fish b/share/completions/hg.fish index 95af4536..f55098f1 100644 --- a/share/completions/hg.fish +++ b/share/completions/hg.fish @@ -215,6 +215,7 @@ function __hg_patch_queues end function __hg_status + set -l token (commandline -ct) __hg status -n $argv "glob:$token**" end -- cgit v1.2.3