mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user