mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +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
|
||||
if echo $limit | string match -q ""
|
||||
if string match -q "" -- "$limit"
|
||||
set limit 25
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue