mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
Stringify j.fish
This commit is contained in:
parent
2323a5629c
commit
a5d625d389
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
function __history_completions --argument limit
|
function __history_completions --argument limit
|
||||||
if echo $limit | string match -q ""
|
if string match -q "" -- "$limit"
|
||||||
set limit 25
|
set limit 25
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue