mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +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
|
||||
|
||||
function __hg_status
|
||||
set -l token (commandline -ct)
|
||||
__hg status -n $argv "glob:$token**"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue