Stringify j.fish

This commit is contained in:
Jason Nader 2020-01-22 18:54:52 +09:00 committed by Fabian Homborg
parent 2323a5629c
commit a5d625d389

View file

@ -1,5 +1,5 @@
function __history_completions --argument limit
if echo $limit | string match -q ""
if string match -q "" -- "$limit"
set limit 25
end