mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-28 04:35:09 +00:00
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.
This commit is contained in:
parent
2bdfac2036
commit
daaed863da
1 changed files with 1 additions and 0 deletions
|
@ -215,6 +215,7 @@ function __hg_patch_queues
|
||||||
end
|
end
|
||||||
|
|
||||||
function __hg_status
|
function __hg_status
|
||||||
|
set -l token (commandline -ct)
|
||||||
__hg status -n $argv "glob:$token**"
|
__hg status -n $argv "glob:$token**"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue